- Home /
This post has been wikified, any user with enough reputation can edit it.
Change the sphere covering the bullet to a box...?

I want to change the sphere covering the bullet into a box like on the duck; how to do that ? and what is this frame called in unity jargon... I am completely brand new to unity, so dont mind :)
dr.jpg
(20.8 kB)
Comment
Answer by hoffmanuel · Oct 29, 2012 at 08:00 AM
it is called collider. you will have to remove the sphere collider from your bullet in the inspector view. then add a box collider by choosing "Component -> Physics -> Box Collider"
Answer by Max_Umar · Oct 29, 2012 at 06:24 PM
Hey Hoff, I had already tried that, I changed the prefab, and enclosed it with a cube, and I had hidden the mesh renderer of cube. Only than i was able to over come this problem.
Your answer