Search Issue Tracker
Fixed
Fixed in 2021.3.21f1, 2022.2.10f1, 2023.1.0b7, 2023.2.0a5
Votes
6
Found in
2020.3.44f1
2021.3.5f1
2022.2.0a18
2023.1.0a1
2023.2.0a1
Issue ID
UUM-3458
Regression
Yes
Order in Layer does not work when previewing in Prefab Mode
How to reproduce:
1. Open the user-submitted project
2. Open the Prefab "UiImagePrefab" (Assets/UiImagePrefab.prefab)
3. In the Hierarchy window, select the GameObject "Particle System"
4. In the Inspector window, expand the Particle System's Renderer tab
5. Set the Order in Layer property to 10
Expected result: The Particle System is rendered above the Image
Actual result: The Particle System is rendered under the Image
Reproducible with: 2020.1.0a5, 2020.1.17f1, 2020.3.19f1, 2021.1.23f1, 2021.2.0b14, 2022.1.0a10
Not reproducible with: 2019.4.31f1, 2020.1.0a4
Note: The Particle System is rendered properly in the Scene and Game view
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note (fix version 2023.2.0a5):
Fixed the renderer's sorting when in prefab mode (context or isolation). Now the renderer components will apply their assigned sorting value at the correct layer.
Resolution Note (fix version 2023.1.0b7):
Fixed the renderer's sorting when in prefab mode (context or isolation). Now the renderer components will apply their assigned sorting value at the correct layer.
Resolution Note (fix version 2022.2.10f1):
Fixed the renderer's sorting when in prefab mode (context or isolation). Now the renderer components will apply their assigned sorting value at the correct layer.
Resolution Note (fix version 2021.3.21f1):
Fixed the renderer's sorting when in prefab mode (context or isolation). Now the renderer components will apply their assigned sorting value at the correct layer.