Creating a github repo
Created a GitHub repo for the game project called Just Another Game Group and added the unity project to this repo and pushed to main.
Guide to create a GitHub repo for unity:
Creating folder structure in unity
Created an appropriate file structure for the unity project, the following folders are:
- Animations - Animations clips and the corresponding folders
- Audio - For all sound assets used in the game
- Editor - Contains scripted tools made for the project but not the build
- Fonts - Used to contain any fonts or TMP assets
- Materials - Where any materials will be placed
- Meshes - Where any 3D meshes will be placed