Saltar al contenido principal

Búsqueda

How do I use collisions when I don't want my objects to be moveable?

  • Supposer

    "Collidable" means things can collide with it. "Movable" means it moves physically--for example in response to collisions. Collision reactions are all part of the physics simulation, so I don't think there is any way of divorcing the two.

    So I'd recommend just turning on "movable," and adding a separate actually-collidable object such as a cylinder so it will stop hitting things. But if the ground is flat (which I'm guessing might be the case) then the flat bottom of the cylinder will just coast along it (if you give it low friction maybe), and shouldn't ever bounce funny and become angled. Hope this helps.

  • TheMoui

    I'm having trouble to, I simply want to do something like, if the player run into a tree it can't go throught it, for now I have the options of goingthough or hiting the tree and make it slide away :/

Iniciar sesión para dejar un comentario.