- Home /
Question by
Brachiosaurus · Jan 15, 2018 at 12:50 AM ·
animation2dphysics2d platformermoving platform
Player has jittery and slow movement when child of an animated object.
I am making a 2D platformer with some moving platforms in it, and I have been having issues with the platforms. I animated the platforms so that they move back and forth, and I gave them a script that adopts the player when they are colliding with it. The problem is that while the player is a child of the platform, their movement is jittery and slow.
They move with the platform, and when the platform is still, their movement seems normal, but if the player is walking on it as it moves, they move really slow.
Any help is appreciated.
P.S. I am using the standard unity 2d platformer character if that matters.
Comment