Answer the question
In order to leave comments, you need to log in
Why are scripts not working in the new Unity scene?
In one scene, the scripts work, I created a new one, wrote the script, dragged it to the object, but it does not work.
Wrote the simplest
using UnityEngine;
using System.Collections;
public class Nextlevel : MonoBehaviour {
void OnMouseDown(){
Debug.Log ("Test");
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question