Everytime I try to write a C#-Script in Unity, there are 47 compiling-errors at once, even if the script is written correctly. It says things like ‘The type or namespace name ‘Event Systems’ does not exist in the namespace ‘Unity Engine’’.
What do I have to do?
Its complaining about AxisTouchButton script.
not the one you posted.
1 Like
You have to make sure all your scripts are error-free. AxisTouchButton.cs seems to have some issues;