This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I've been working on a moving platform in Godot, and so far I don't know how to fix this bug.
I've made the platform move on a Path2D. It uses a PathFollow2D with a child of RemoteTransfer2D to move it. The remote path is connected to the MovingPlatform's KinematicBody2D (syncs with physics). Using an AnimationPlayer (process mode physics), the platform will move along this path by continuously updating its unitoffset. (had to be pretty specific here)
Although it looks fine in the editor, the problem comes when running the program.
Instead of moving the platform, the platform just stays in place and doesn't move. I've tried changing the method
call_mode to Immediate, update speed, etc., but nothing seems to work. I want to know how I can fix this.

in Engine by (38 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.