I followed the guide in a German Textbook I received, had to import the Standard Assets for it, tried to test it, but it gives me the error in the attached Screenshot. How do I fix it? I’m a complete beginner in Unity.
The standard assets are not longer being updated, as they have been abandoned. The last update for them was a couple years back. If you’re not using the specific script which is throwing the error, you can just delete it.
The specific error is about code in the script using the old UI system, which was replaced in 2014, and finally removed recently. Rewriting the script to use the current UI system is probably more trouble than it is worth.
If I were you, I’d install 2017.4 latest build. This version supports the Standard Assets and for a beginner, you won’t see too many differences between 2017.x and 2019.x
1 Like