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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.