- Home /
Compiler Error List Archive Solutions
He,
im starting programming and need help for finding Solutions for compile Errors and fix them by myself , has someone an idea whehr i can find something like an Archive / Index for solutions errors?
Answer by MaT227 · May 30, 2014 at 10:36 PM
Most of the time compiler errors are explicit and you can access the line of code by double-clicking on the Debug Window line.
You could also setup the debugger which can give you the possibility to use breakpoints.
But if you encounter an error I suggest you to simply use Google, the Unity Forum, or Unity Answer.
You will find other people having the same errors but in other context but it will help you to understand your errors.
Programming is not about knowing everything. It's good to know a lot of things but most of the time you read the documentation, you ask questions and of course you use internet.
And that's what makes your experience and that's how you learn and next you will be able to solve next issues.
Your answer
Follow this Question
Related Questions
Setup parameters and play scene from editor script 1 Answer
Is it possible to extend the playing and debugging process? 0 Answers
Debug.Log doesn't work properly in a ContextMenu function 3 Answers
How do I get the current "Highlighted" position? 1 Answer
Deactive ExceuteInEditMode for Methods of Inherited Classes 1 Answer