- Home /
Question by
videoanime · Mar 12, 2015 at 02:58 PM ·
collidertriggerbox collider
Can it be detect several colliders in the same gameObject?
I have a square with 2 box colliders in two sides, I want to use them to detect other squares in its sides, so, can the OnTriggerEnter2D detect more than one collider? And if does, how can I get the data for each one?
Thank you.
Comment