Skip to content

Max784/BIS21-assigment1-unity-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1

BIS Unity intro assignment

to submit your assigment

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

Fix: Failed to load window layout

In case you are getting the "Failed to load window layout" error when opening the project do the following to fix this.

  1. Close Unity/ Unity Hub.
  2. Open the following folder
    1. If you are using Windows open AppData\Roaming\Unity\Editor-5.x\Preferences\Layouts\default.
    2. If you are using Mac open ~/Library/Preferences/Unity/Editor-5.x/Layouts/default.
  3. Delete the file LastLayout.dwlt.
  4. Copy the file Default.wlt and paste it into path/to/BIS21-assigment1-unity-intro/Library.
  5. Delete CurrentLayout-default.dwlt.
  6. Rename Default.wlt to CurrentLayout-default.dwlt.

Now you should be able to open up the project without any errors 🚀

Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%