I have a 2D Side Scroller, and it includes moving platform… I’ve got the platforms moving exactly how I want them… but when my guy is standing on one, he dosn’t move with the platform… how can I make him do that?
Ok… I got it, I just made a script that makes the platform the guy’s transform.parent whenever he’s standing on it
Could you post your code so that I can see how you did it? I can’t quite get it to work.