Hello All,
First post here, and I’m more of an artist… so please bear with me ![]()
I have 2 SCENES in my project, which I have added in the BUILD SETTINGS, and all I’m trying to do is navigate from one scene to another.
The only thing I have in the FIRST scene ATM is the camera and a GUI Texture.
On this GUI Texture I’ve attached the following .JS
function OnMouseDown () {
Application.LoadLevel ("name_of_2nd_scene");
}
Should work right? Yet nothing happens when I click on the GUI Texture… ![]()
I’ve gone through all the tutorials I could get my hands on, and I just spent a couple of hours searching the forums regarding this seemingly simple task…
Am I forgetting something here?
Apologies if I’ve overlooked the answer in a previous post… and thanks in advance ![]()