Hi,
I have a small size object, and a big size object.
I set small object as a container, and add big object into the container.
I want to use small object as collider to detect bullet.
Do I need to disable the big object's collider?
Thank you!
Ken
No
Develop games in your browser. Powerful, performant & highly capable.
You just check the collision with the small object. Can't see what's the problem here.