how to make a collider trigger in code without raycast. For example, if an object enters some object, so that it is written in the console that this object has entered this zone.
by user 1101049107931480066
how to make a collider trigger in code without raycast. For example, if an object enters some object, so that it is written in the console that this object has entered this zone.
by user 1101049107931480066
Hi, you can use the component events: Needle Engine Scripting | Needle Engine Documentation
You can also checkout the samples for physics: Needle Engine Samples < e.g. the color changes is done via those event methods
Now also in the docs Script Examples | Needle Engine Documentation