Hello,
I have problem cause my scripts don’t work anymore.
I even made simple script with:
void Start ()
{
Debug.Log (“On”);
}
put this on Main Camera and hit “Play”, “On” not appear in the console, name of the script is same as class name of course.
Please help.