Removing Jitter from using the Elevator in Unity

Jaime
Nov 7, 2021

Similar to what has been implemented in the moving platform, to remove the jitter on the player using the elevator, you must parent it to the Elevator when it’s within the elevator and parent it out when it leaves the elevator.

Then, you need to add an additional collider to handle the parenting:

Now, there are no jitters in using the elevator.

--

--