Search Issue Tracker
Fixed in 2018.2.14f1
Votes
2
Found in
5.4.2f2
Issue ID
922811
Regression
Yes
On Unity 5.5 and later versions static geometry is rendered first and drops performance
To reproduce:
1. Download attached project "OpaqueOrderTest5.4.2f2.zip" and open in Unity 5.4.2f2
2. Open "test" Scene
3. Enter to Play mode
4. Enable Frame Debugger
Note: Observe that Static batch is not rendered first
4. Download attached project "OpaqueOrderTest5.6.1p2.zip" and open in Unity 5.6.1p2
5. Open "test" Scene
6. Enter to Play mode
7. Enable Frame Debugger
Note: Observe that Static batch is rendered first
Note: There is discussion about this issue: https://forum.unity3d.com/threads/opaque-order-causes-overdraw.476709/
Note: This issue appears both on Windows and OSX.
Reproduced on Unity 5.5.0f1, 5.6.2p1, 2017.1.0f2 and 2017.2.0b1
Not reproduced on Unity 5.4.5p4
Regression on Unity 5.5.0f1
Could not check for regression on Unity 5.5 Alfa and Beta because Frame Debugger does not show Static Batch
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 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Add comment