CaydenJessen / Stay-Hidden_GAME

Game Repository for CRE311
0 stars 1 forks source link

Platform movement bug #3

Closed AndyLee-SH closed 5 months ago

AndyLee-SH commented 5 months ago

Describe the bug When player jumps onto moving platform and move around on the platform, the player moves very slowly until it gets off the platform.

To Reproduce Steps to reproduce the behavior:

Player jumps onto moving platform. Player moves with platform while standing. Player moves left and right of the platform but movement is decreased.

Desktop (please complete the following information):

OS: Windows 10 Unity Version 2022.1.7

AndyLee-SH commented 5 months ago

Issue fixed by changing Update() to FixedUpdate() solved the issue.