ShadowfallStudios / ALS-Community

Replicated and optimized community version of Advanced Locomotion System V4 for Unreal Engine 5.4 with additional features & bug fixes
Other
2.25k stars 586 forks source link

Fix Bug while mantling on physic object #485

Open KothoreBornalex opened 8 months ago

KothoreBornalex commented 8 months ago

If you try to mantle on a physic object a bug occur, you and the physic object start to spinn weirdly around the world, so to fix it I just shut down the Character physic simulation temporarly.

The original fix come from this video for the original BP version: https://www.youtube.com/watch?v=bL1D8iZmNJE

dyanikoglu commented 4 months ago

This is not a good solution in my opinion, disabling physics simulationg momentarily might cause other issues.