Physics collisions breaking at high speeds
Asked Answered
W

2

0

How do i get the Physics to stop bugging out at high speeds like in the video? Im trying to get the marble to smoothly slide up the slope and into the air...



Willms answered 23/4, 2023 at 9:21 Comment(0)
J
0

I don't think it's a good idea to mess directly with velocities outside a custom integrator. Just apply forces/impulses and let the engine handle it. You can assign a PhysicsMaterial to control friction/bounce parameters.

Joniejonina answered 23/4, 2023 at 10:59 Comment(0)
W
0

Yeah, you're not supposed to alter linear velocity or any physics property directly.

That is there in the API when you need to spawn items or teleport, like and the begging or end of levels.

While the game is running, you need to use physics function like apply_force.

Wizened answered 23/4, 2023 at 12:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.