Another-Axiom / GorillaLocomotion

locomotion system used in Gorilla Tag
MIT License
143 stars 83 forks source link

IF YOUR HAND IS STICKING TO THE GROUND OR AIR READ THIS #49

Open Pedro30101 opened 5 days ago

Pedro30101 commented 5 days ago

so i made an issue before and a guy said how to fix that, i think its Lex Leoo, anyways, here is the fix:

Edit > Project Settings > Physics (Not Physics 2D) > Change The Simulation Mode To > Update (Not Fixed Update Because Fixed Update Makes Your Hands Stick To The Ground And Air)

Have Any Problems? Tell Me In The Comments

LexLeoo commented 3 days ago

keep in mind only works if you are on unity 2022 or above as in unity 2022 they changed how the rigidbody interpolation works so changing the simulation mode to Update just fixes it

LexLeoo commented 13 hours ago

and also from what I could find that is the only fix for it

unless you change the Player script Update function to FixedUpdate but then the movement gets more buggy