Just want to know how i ask
if(collider x interesects with colider y) { do...... }
Just want to know how i ask
if(collider x interesects with colider y) { do...... }
Take a look at the online Monobehaviour documentation at all the OnTrigger* and OnCollision* methods. Also take a look at this blog entry and a very good answers post here.