Search Issue Tracker
By Design
Votes
0
Found in
2021.3.12f1
2022.1.18f1
2023.1.0a17
Issue ID
UUM-19292
Regression
Yes
Map details are not fully loaded when in the Player
Steps to reproduce:
1. Open the user’s project
2. Enter Play mode and notice the maze
3. Exit Play mode
4. Build And Run
Expected result: The maze looks the same in the Player as in the Editor
Actual result: The maze is not full
Reproducible with: 2021.2.0a21, 2021.3.12f1, 2022.1.18f1, 2023.1.0a13, 2023.1.0a17
Not reproducible with: 2020.3.40f1, 2021.2.0a20, 2022.2.0b13, 2023.1.0a12
Reproduced on: Windows 10
Note: Reproducible in the Editor with 2D package collection installed
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
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
Resolution Note:
This is because the order in layer for the SpriteRenderer wasn't set. In this case, the rendering order can be indeterministic; which in this case the green square SpriteRenderer gets rendered on top.