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
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
- Warnings thrown when computing Positions in a 2D BlendTree are not helpful to the user
Add comment