- Home /
Question by
RoR · Oct 30, 2010 at 08:32 AM ·
spritemanager2
Sprite Manager 2 Question
Can I have two sprites that can detect collision? Player and item?
They have the colliderobject on each sprite, but my debug in the function isn't running. It's like the objects don't collide.
Comment
Best Answer
Answer by boymeetsrobot · Oct 30, 2010 at 08:47 AM
You need to use the OnTriggerEnter function and make sure the objects collider has Is Trigger checked.