Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0f1
Issue ID
974504
Regression
No
[2D] Batching on sprite atlas is not behaving properly
What happened:
When adding the attached unitypackage to a bigger/fuller project, the batching does not behave correctly.
Repro steps
1) Open the attached project and ensure sprite packing is enabled
2) Open scene 'scene'. There should be 6 square sprites
3) Press play and toggle stats on. Observe it says 'Batches:2 Saved by Batching: 4'
Expected result:
There should be 3 Batches (one for each sprite altlas and one for the camera) and saved by batching should still be 4. When importing the package to a fresh project (ensure packing is enabled) you can see it behaves as expected (Batches:3 Saved by batching: 4)
Actual result:
In the attached project, it says 'Batches:2 Saved by Batching: 4'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment