-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crouch mode change bugs #2565
Comments
Also, I am not sure if it is just me... when I am joined to a headless server, I hit [ctrl] my character starts to vibrate up and down. |
@DPirate yes! That is known. It basically has the same effect of you going under blocks using ghost mode. Issue still remains the same, i.e. to make sure the crouch state is retained after the player comes out from swimming mode. I haven't worked on this lately because some Movement refactoring is planned to happen. |
Mode change from Crouch -> Swimming -> Walking leaves playerHeight altered.
How to reproduce
Hint: Look into
updateMode
method inside KinematicCharacterMover. Probably changing mode to walking before changing to swimming would work.Saving while crouched and loading saved game gives player with height altered (Slightly trickier)
How to reproduce
Part of #2573
The text was updated successfully, but these errors were encountered: