Hey quick question, I have an array of game objects and I store them in an array and I’m wondering how can I check which object in that array is being collided with another object.
Also am I able to use the OnCollisionEnter() function or would I do this in the update()?
Thanks,
kubapl