Question by 
               gmamafilms · Aug 22, 2016 at 04:23 AM · 
                unity 5camerascripting problembugevent triggering  
              
 
              Event Trigger Isn't Working.
I'm trying to make a tutorial level where when the user reaches the end they have to look at a cube to be teleported to the main level. I did the main level first with two different objects with event triggers and the same concept worked. For some reason now every object I put a event trigger on doesn't work. Please Help Me.
               Comment
              
 
               
              Answer by sadowlight123 · Aug 25, 2016 at 04:58 PM
could you please post your scripts?
public void startInovke () { Invoke ("LoadScene", 2); }
 void LoadScene () {
     Application.LoadLevel ("D-Day");
 }
 
                  }
Your answer