Search Issue Tracker
By Design
Votes
0
Found in
4.3.4f1
Issue ID
597994
Regression
No
Sprite stop getting batched when in lower than -8.99999 Z axis
To reproduce:
1) Open the attached project and load 'Stage 1' scene
2) Now go to game view/tab, turn on stats and select 'barbed-2' game object
3) In object inspector switch object position around -9 Z axis, notice that when "Z axis" < -9 then draw calls = 8, and if "Z axis" > -9 then draw calls = 7. It is expected that there are always 7 draw calls, and Z distance should not change draw calls in any way in 2D mode.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
- LogWarning is not executed in the HDRP package script when running the project in -batchmode
- Freeze on DynamicHeapAllocator::InitializeMemoryRegion when entering Play mode in a specific scene
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
Add comment