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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
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,