Search Issue Tracker
By Design
Votes
0
Found in
6000.0.58f1
6000.2.6f1
6000.3.0b4
6000.4.0a1
Issue ID
UUM-121298
Regression
No
Sprite Mode defaults to "Multiple" instead of "Single" when switching the Texture Type to "Sprite (2D and UI)"
Reproduction steps:
1. Open the attached “IN-118403“ project
2. In the Project window, find and select the “right-arrow(1)” asset
3. In the Inspector window, Change the Texture Type to “Sprite (2D and UI)”
4. Observe the Sprite Mode
Expected result: The Sprite Mode is set to “Single” by default
Actual result: The Sprite Mode is set to “Multiple”
Reproducible with: 2023.1.0a5, 6000.0.58f2, 6000.2.6f2, 6000.3.0b4, 6000.4.0a1
Reproducible environments: Windows 11 (by reporter), macOS 26.0.1
Not reproducible environments: No other environments tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
- Shadows disappear and come back after couple frames when using OnDemand Shadows and OnDemand Reflection
- “Delete Selected Items” is still active in the menu when Label is not selected in New Sprite Library Asset window
- "View Generated Shader" button in Shader Graph Asset is not aligned with other buttons
Resolution Note:
This is as designed as multiple mode is more commonly use and performance optimal as compare to single mode.