Basic Unity Engine Managment

How does OnTriggerExit works in Unity? Detecting objects leaving an area

Introduction In this article we are going to see how the OnTriggerExit method works in Unity. This function will allow us to know when the Collider of a certain GameObject, that was previously inside another Collider, has exit. OnTriggerEnter and OnTriggerExit are very similar methods but it changes the moment in which the execution of …

How does OnTriggerExit works in Unity? Detecting objects leaving an area Read More »

How does OnTriggerEnter works in Unity? Detecting objects entering an area

Introduction In this article we are going to see how the OnTriggerEnter method works in Unity. This function will allow us to know when the Collider of a certain GameObject has enter another Collider that is specially configured to be able to detect. OnTriggerEnter and OnTriggerExit are very similar methods but it changes the moment …

How does OnTriggerEnter works in Unity? Detecting objects entering an area Read More »

PHP Code Snippets Powered By : XYZScripts.com
Scroll to Top
Secured By miniOrange