Przejdź do głównej zawartości

Szukaj

Make puppet collide without bouncing off collision?

  • phort

    Try adding simpler custom collision by placing invisible walls in problem spots. Simpler geometry should mean simpler collisions.

    The vertical position of the collider determines how high of a step the puppet can climb up, but if you have something like a fence, the puppet will only barely not be able to get over it and will get sort of stuck halfway. Try lowering the bottom of the collider a bit, or making short walls a bit taller.

    Unlikely but Is it possible you accidentally set the “bounce” setting in the physics properties on your walls?

    Make sure you don’t have any custom sculpts on your character that are marked as Collidable, as that usually spells trouble.

  • MadPropz101

    The way I fixed it is kinda cumbersome but it works, I’ve re-edited all my objects so that they have an invisible collidable rectangle shape that encompasses them, so basically all my objects have box collisions. Then i made sure that the collider width on the puppet is very small, like 15% or so, that way it’s not too spherical and bounces off less.
    Still not ideal but it kinda works.

Zaloguj się, aby dodać komentarz.