collision tigger

Hey

I would like a simple trigger to work for a game to activate an animation
it would be nice if someone could help?

Thanks

Even though not much effort seems to have been put in the question or much effort trying to solve your problem I will help you. Correct me if I am wrong but you want something like when you walk in front of a door a cutscene/animation is called correct?
If so:

function OnTriggerEnter(){
       animation.Play("FirstAnimation");
}

Assuming that your know how to make a simple trigger then this should work if you place it on the object with the collider.
Also, there may be errors, most people don’t know how hard it is to type code on a iPad.

I would prably close this question if I could, next time at least try first and your question should have more than one line.

Cheers! Hope this helps. :slight_smile: