Every time I try to press play, at the bottom of the editor, it says,“All compiler errors have to be fixed before you can enter playmode!”
And no, I don’t know how to code very well and double clicking the error on the console does not work at all. Please help.
You need to fix the compiler errors. Switch over to the Console
tab and it will list the errors. You should be able to double click them there and it will take you to the error in your code. If not, it gives the file and line number so you can go there manually.
You need to fix all the errors in your code. Each error that is reported will include an error code, so CS1525
is an example. This is an error for c#. If you are using JS, then your errors may start with bce
. Once you have found the error codes, search for them on this site and you’ll find existing solutions.
Look for errors in your scripts! The program which use using for scripting will mark the errors and use to be an error tab too. If this not mark anything, maybe you miss or delete the “: MonoBehaviour” part after the class name.
Would be awesome if you copy the scripts here and we can check it.
please i have the same error. please i need help.][1]