Unity-Technologies / ProjectTinySamples

Samples for Project Tiny
Other
873 stars 242 forks source link

Getting namespace errors for authoring scripts in the examples #15

Closed zecuria closed 3 years ago

zecuria commented 3 years ago

I keep getting errors such as the one below in the authoring scripts:

The type or namespace name 'Player' could not be found (are you missing a using directive or an assembly reference?) [TinySpaceship.Authoring]

I have tried both VS Code as well as Visual Studio 2019 running on Windows 10. My editor is set to PC, Mac & Linux Standalone.

zecuria commented 3 years ago

NVM I figured it out. I had unity version 2020.1.9f1 installed as opposed to 2020.1.0f1. During setup it asked me if I wanted to auto convert it which I clicked yes to which changed some files and setting.

When I reset all the files and re-cloned the repo using the correct version of unity it worked