Setting gravity and ground collider in "up view"? #274
-
Hi, I'm currently working on a small zelda-like video. As such, I need to disable the gravity, otherwise the characters will just fall. I can't put a ground otherwise all the characters are forcily moved out of it. So currently, if I push another character, it simply goes away forever: Peek.2022-11-12.23-25.mp4So is it possible to have friction without a ground collider that would end up with the same result or is there a way to set a ground collider which wouldn't force out all characters from it? Thanks in advance! PS: This crate is really awesome, thanks for working on it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! You can use damping to progressively reduce the velocities of the bodies to emulate friction. |
Beta Was this translation helpful? Give feedback.
Hi! You can use damping to progressively reduce the velocities of the bodies to emulate friction.