I am working on a group of scenes for an opening menu (Start, Options, Exit, etc).
Right now, I have the exact same "Back" 3d Text GameObject in two of my scenes that have the same script that when clicked, uses Application.LoadLevel("Main") to return to the Main scene.
The problem is, "Back" only works in one of the scenes. It does not seem to be working in the other. They are identical (Script attached, position, name, etc.).
Any ideas what might be causing this or why this is happening?
Thanks in advance!