Search Issue Tracker
By Design
Votes
0
Found in
2019.2.7f2
2019.3.0b3
Issue ID
1184844
Regression
Yes
[2D] The moving platform is not changing position in game mode and makes only character move forward when it stands on it
To reproduce:
1. Open an attached project or open a new project and import 2D Game Kit and turn on the scene "zone 3"
2. Press play in the editor
3. Play the game till you get on moving platform
Actual result: moving platform is not moving, only the character moves on it
Expected result: the moving platform should move
Reproduced with: 2019.2.7f2; 2019.3.0b7; 2020.1.0a9
Not reproduced on: 2019.1.14f1; 2019.2.7f1
Note: Gif attached
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
XY position constraints have been fixed so that they do not move under any circumstances which includes setting the body velocity, contacts or using MovePosition. In this project, it incorrectly had X constraint checked but used MovePosition to move it along the X-axis which should not have been allowed. Uncheck the X-axis constraint and it will be allowed to move along the X-axis,