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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Add comment