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
- Unable to undo or redo color swatch changes when creating or deleting color swatches
- [Linux][Vulkan] Silent crash when tooltip appears while hovering over a label
- Material Properties are not preserved when overriding Shader using Render Objects
- Scene view flickers when both Scene and Game view are active and DX11 API is used with Gamma Color Space
- ZivaRT Player and ML Agents packages Deprecated label color differs from other Deprecated packages
Add comment