Publisher | Discourse Games |
---|---|
File size | 352.73kB |
Number of files | 10 |
Latest version | 1 |
Latest release date | 2014-11-17 06:00:23 |
First release date | 2014-10-17 10:08:21 |
Supported Unity versions | 2018.4.2 or higher |
Custom Trigger 2D
Now supports 2D and 3D colliders!
This is a customizable 2D polygon trigger that interacts with 2D and 3D colliders and does not require any rigidbodies for interaction. Use the built in simple editor to edit the polygon point positions in the scene view to fit any shape.
This comes with two example scenes;
ExampleScene shows how to interact with the trigger using functions such as;
CustomOnTriggerEnter2D , CustomOnTriggerExit2D and CustomOnTriggerStay2D
ExampleSceneModifyingPoints shows how to modify the points in code.