collider on trigger enter not working unity code example
Example: void ontriggerenter not working
2D for 2D (OnTriggerEnter2D) and 3D for 3D (OnTriggerEnter)
at least one object needs to have rigibody, and collider set to isTrigger
yea and this is for unity game engine only