Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a1
2019.1.10f1
2019.2.0a1
2019.3.0a1
Issue ID
1169278
Regression
No
Sliced Sprite Size cannot be edited when Scene is reloaded
How to reproduce:
1. Open user-supplied project
2. Press Play > reload 3 times using F1
3. In Hierarchy Window select UICamera > Screen Ratio Bars > Select any child GameObject ( "Left Bar" or "Right Bar")
4. In Inspector Window find Sprite Renderer component > Size > change Height and Width
Expected result: Sliced Sprite size can be changed
Actual result: Sprites are square and their size cannot be edited
Reproduced with: 2019.1.11f1, 2019.2.0b10, 2019.3.0a10
Notes:
Could not test on 2017.4.30f1 and 2018.4.4f1 because of the Console errors
In the attached video (Sliced Sprite.mp4) first 0:12 seconds show behavior before reloading
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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Resolution Note (2019.3.X):
The User is loading assets with a custom maintained user scripts (\Assets\Code\Amber\AssetDatabase). When doing this, the User must either use SpriteAtlas Late-Binding or add SpriteAtlas to the custom scripts solution in runtime.