I’m badly floundering trying to teach myself how to write scripts for Unity, as every tutorial I’ve been able to find is for version 4 and trying to use even the simplest example scripts throws errors at me I don’t even know how to read yet. Can you recommend a good equivalent to the “Coding in Unity for the absolute beginner” series, but without the several screens of unexplained revisions afterwards?
Thanks in advance!
You still have 6 hours to take advantage of Udemy’s Black Friday sale (https://www.udemy.com/courses/). If you search for Unity, the top two are potentially ones that could help: https://www.udemy.com/courses/search/?q=unity&src=ukw&lang=en
The scripting api should work regardless and might even convert itself to the newest version automaticly if you use obsolete api.
Double click your errors and double check your code, and try reading the errors using numbers provided (Line, Number). Some of these errors are self explanatory with both name and description.
Post some of them here to get some of the errors explained to you.
Use the links roman_sediton provided, they are very usefull.
Check this link for some common errors quickliy explained: