Search code examples
unity-game-enginescriptingvirtual-realityinspector

Inspector not Showing Scripts in Multiple Versions of Unity


I have recently started learning VR on udacity, and when I use unity, no scripts show up in the inspector. When I use 5.6.1p2, I get this message.

enter image description here

Here is the console tab

enter image description here

I recently installed a beta version of unity, as referred to by a mentor, and there is no longer an error message, but the scripts simply do not appear


Solution

  • Problem resolved:

    After putting course assets into a new folder, and extracting them, all dependencies were accessible within unity. Library was rebuilt with all required dependencies, and project is completed and working.

    To open the project, I opened unity first, and used the open project button to select the folder including the assets, library, and temp folders. When I opened through the assets folder, the library wasn't complete, therefor not all components and dependencies were accessible.