- Home /
Question by
Lockd · Sep 09, 2011 at 06:34 AM ·
ontriggerenterontriggerexitontriggerstayonceontrigger
OnTriggerEnter only working once.
I have created a scene that has a cube with a rigid body, and a OnTriggerEnter, OnTriggerStay and OnTriggerExit script. It falls through 3 cubes below that each have triggers on them.
The trigger is only Logged on the first box, not any of the others, and duplicating the rigid body cube also only has the first triggering.
[http://www.fileserve.com/file/e783mty/onTriggerTest.zip][1] [1]: http://www.fileserve.com/file/e783mty/onTriggerTest.zip
Comment