Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Avascar on March 16, 2013, 07:09:25 AM
-
Hey there everybody. So I've been seeing some issues with the game engine itself, and it seems that there's problems with moving platforms and the player getting around them. Whenever the platform moves up, the player falls through it. And besides of all that, whenever the moving platform moves it doesn't drag the player around.
I'm currently creating a 2D platform game. Is there anything I could possibly do?
-
I've had difficulties too with player falling through platforms, despite having rigidbodies and extra colliders. For the player to follow and move on a moving platform I've used parenting the player to it while on it, works.
-
It doesn't sound very usable in gameplay. Take for instance, a mario game or Super Meat Boy
-
If each moving platform had a trigger and it's own tag, the player would then just need an FSM doing a Trigger Event and Set Parent to temporarily attach itself each time a moving platform was entered. Don't know how costly such a method would be.
-
Alright thanks. Will post any problems about the method
-
Hi,
Are you sure your character is properly set up, if you use "CharacterMotor" from the standard assets, it's all there for you. there is a "Moving platform" section.
bye,
Jean