Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.1.0b1
Issue ID
982263
Regression
No
[2D] Batching for two or more sprite atlas is calculating incorrectly
Batching for two or more sprite atlas is calculating incorrectly
Steps to Repro:
1. Play the scene in the attached project > game window > stats
2. Observe that the batches are '4' and saved by batching is '1' also note that the quality settings are set to 'Very Low'
or
1. Project window > Right-click > Create, or import four sprites > 2 sprite atlas
2. Pack sprites 1 and 2 to the first atlas & 3 and 4 to the second atlas
3. Drag all sprites from assets into Scene > play scene > game window > stats
4. Observe that the batches are '4' and saved by batching is '1'
Expected Result:
There should be 3 Batches (one for each sprite atlas and one for the camera) In this case, you should see "Batches: 3 Saved by batching: 2"
Note:
1. If an atlas have multiple pages, each page is drawn as a separate batch
2. If quality settings are set to fantastic an additional batch is observed for "ResolveAA call"
Also, the batching is getting affected if sprites position is changed in Z plane please refer Bug Case ID: 632743
Environment:
Occurring only on windows
Occurring with:
2018.1.0b1, 2017.3.0f3, 2017.2.1f1, 2017.1.2f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment