Unity Issue Tracker - Map details are not fully loaded when in the Player
Closed
UUM-19292
Map details are not fully loaded when in the Player
Unity: 2D
As Designed
2023.1.X
2023.1.0a13 onwards
2022.1.X
2021.3.X
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.
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