Hello, I'm new to Unity for 2D game development, and this will be my first question.
I have a script to restrict sprite movement out of screen, and its going well when I enter playmode. The confusing part is Unity show three same error, but show no error sign on MonoDevelop.
Please help! Thank You.
Error shown: (have tried to double click on error to see details, but nothing happen!)
"All compiler errors have to be fixed before you can enter playmode! UnityEditor.SceneView:ShowCompileErrorNotification()"
My script: (tell me if you can't see image below)
![alt text][1]
[1]: /storage/temp/79604-screen-shot-2016-10-06-at-104226-am.png
↧