0
COMPLETADO

What's the easiest way to add collisions?

Terry Morgan hace 12 años actualizado por GameDraw hace 12 años 1

What's the easiest way to add collisions? I noticed you 'flip faces' on your subway level to make interior, do I just add box colliders to the walls?

Respuesta

Respuesta
COMPLETADO

If you have a meshCollider on the object then collision will be completely created in an automated way "not a single click needed :) " whenever you modify your mesh the collider will be modified as well, if you don't have a mesh collider and you want to use other colliders then it should be done manually.



Respuesta
COMPLETADO

If you have a meshCollider on the object then collision will be completely created in an automated way "not a single click needed :) " whenever you modify your mesh the collider will be modified as well, if you don't have a mesh collider and you want to use other colliders then it should be done manually.



You're right, mesh colliders are invisible but they work. I noticed in the Unity Stealth tutorial they

make very simple mesh colliders to go on their hi-poly viewable meshes.