Custom Trigger 2D


Custom Trigger 2D


Now supports 2D and 3D colliders!

This is a customizable 2D polygon trigger ...


by Discourse Games


Price History +

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.