Search Issue Tracker
By Design
Votes
0
Found in
5.3.5p1
Issue ID
803703
Regression
No
Images still being rendered if their alpha channel is set to 0
Steps to reproduce :
1) Download attached project "TestUI.zip" and open in Unity 5.4.x .
2) Open Profiler and press Play.
Check in Rendering Profiler DrawCalls:2(see attached image "alpha255.png".
3) Stop the game.
4) In Hierarchy tab, expand Canvas, select all images inside and set their Alpha channel to 0 from Inspector tab.
5) Press play and check Profiler.
Check in Rendering Profiler DrawCalls:2(see attached image "alpha0.png"
Note: Difference between 5.3.x and 5.4.x is that 5.3.x version makes DrawCalls:3 and 5.4.x makes DrawCalls:2, but when alpha channel is set to 0
makes no changes in DrawCalls.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment