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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
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,