BIS Unity intro assignment
in short:
- clone this repository
- create your branch (the branch name should be “firstname_lastname”)
- change code on your branch
- commit and push the code on your branch
if you use GitHub Desktop
- Cloning a repository from GitHub to GitHub Desktop
- Creating a branch for your work
- Committing and reviewing changes to your project
In case you are getting the "Failed to load window layout" error when opening the project do the following to fix this.
- Close Unity/ Unity Hub.
- Open the following folder
- If you are using Windows open
AppData\Roaming\Unity\Editor-5.x\Preferences\Layouts\default
. - If you are using Mac open
~/Library/Preferences/Unity/Editor-5.x/Layouts/default
.
- If you are using Windows open
- Delete the file
LastLayout.dwlt
. - Copy the file
Default.wlt
and paste it intopath/to/BIS21-assigment1-unity-intro/Library
. - Delete
CurrentLayout-default.dwlt
. - Rename
Default.wlt
toCurrentLayout-default.dwlt
.
Now you should be able to open up the project without any errors 🚀