- Home /
This question was
closed Feb 07, 2017 at 10:37 PM by
hexagonius for the following reason:
user answered own question
Question by
executecs · Feb 07, 2017 at 05:40 PM ·
collidertriggerontriggerenterdrageventsystem
OnTriggerEnter and IDragHandler
just a simple question, I'm trying to drag an object and enter a collider but the OnTriggerEnter function is never triggered when the object get into it, so do i missing something or the function will not trigger while the object dragables.
Comment
Answer by executecs · Feb 06, 2017 at 10:22 PM
Solved the GameObject must have a rigidBody in order to trigger the collision!