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

2D

-

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.

Add comment

Log in to post comment