Reputation:
Hay folks, i pray for everyone's wellbeing. I want to ask a question that whenever i enter playmode in unity, error message is displayed even though there is nothing in the console. This doesn't get fixed even after restarting unity. Any help would be great.
Upvotes: 0
Views: 539
Reputation: 68
In Unity, there can be compiling errors without any console errors. To fix this the issue is most definitely in your code. So go over your code and check that statements return if needed. There can always be issues in the IDE (Visual Studio or whatever you are using to write the code) that do not show up in the editor (Unity) due to them being separate programs.
Upvotes: 2