- Home /
Need help with a relatively simple issue.
I have a tile platform __ this platform moves left and right. When the character lands on it. It will just move out from underneath him if he doesnt run in the direction its going. This isnt the physics I want. I want it to be kind of like an escalator. If you stand on it, you will move with it. However, I still want the possibility to move left and right while the tile is moving. How can I do this? everything I've tried either you are stuck in the middle of the tile(Dumb attempt I know). Any ideas?
Answer by AlwaysSunny · Sep 02, 2014 at 05:57 AM
Generally this is done by checking whether the surface on which an actor isGrounded is in motion, then adding identical motion to the actor. In 2D with lateral motion, this is easy. In 3D when rotation is considered, it gets a bit tricky, but the principle is the same.
Your answer
Follow this Question
Related Questions
Platform Top Panel Scrolling Effect and Animation 0 Answers
Spinning rigidbody platform in 2D 0 Answers
Conveyor, Magnetic, Gravitational, Wind or Slippery Effect..... 0 Answers
How can I make a player teleport? 1 Answer
2D platform game, Tile 1 Answer