Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.14f1
2023.2.0f1
2023.3.0a14
Issue ID
UUM-56602
Regression
Yes
The Particle System and Sprite Renderer components render behind the CanvasRenderer even if placed in front of the Canvas Plane Distance (Position Z 100 or less)
Steps to reproduce:
1. Open the attached user's project "CanvasTestUnity2021.zip"
2. Select the ParticleSystem in the Hierarchy to play it in the Scene/Game View
3. Observe the rendering order of the components
4. Move the ParticleSystem in Scene View behind and in front of the CanvasRenderer and observe the changes
Expected Result: The ParticleSystem and SpriteRenderer components render in front of the CanvasRenderer when placed in front of the CanvasRenderer
Actual Result: The ParticleSystem and SpriteRenderer components render behind the CanvasRenderer even if placed in front of the CanvasRenderer
Reproducible with: 2022.2.0a9, 2022.3.14f1, 2023.2.0f1, 2023.3.0a14
Not reproducible on: 2021.3.32f1, 2022.2.0a8
Testing Environment: Windows 10
Not reproducible on: No other environment tested
Notes:
-Workaround: Setting the Canvas Order In Layer to -1 partially resolves the issue. However, the Particle System remains visible even when positioned behind the canvas
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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
Resolution Note:
After discussion with the client and explanations about how the Z values shouldn't be used like they were in the given project example. A few workarounds exist that support the use case and therefore no action will be taken at this time.