wareya / GodotStairTester

Test project for stair-stepping in Godot 4
Creative Commons Zero v1.0 Universal
17 stars 2 forks source link

Jolt physics causes inconsistencies #6

Closed sinewavey closed 11 months ago

sinewavey commented 11 months ago

Hey, just a heads up I figured you, or anyone else looking at this might want tn be aware of: the behavior is different from GD Physics to Jolt in a breaking manner.

Since Jolt - for now - is a third-party addon I don't think it's something to worry about too much, but as a warning for users in the future, be aware!

wareya commented 11 months ago

See also: https://github.com/wareya/GodotStairTester/issues/3

Try turning on the skipping hack.

sinewavey commented 11 months ago

Makes sense. I'm using a custom implementation of this, so I was in the middle of making a fresh little test with just this to see what I needed to fix for my own. Thanks for the pointer. I'll mark this as resolved.

wareya commented 11 months ago

Feel free to reopen if you can't fix it.