Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.3.0a1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1128624
Regression
No
"ImageUtility.LoadOrCreateSprite()" halfs the loaded sprites resolution
Reproduction steps:
1. Open "quarter-size-texture-repro.zip" project
2. Right click on Game view tab -> "Load RenderDoc"
3. Enter Play mode
4. Press "Start"
5. In the Console window notice that the Resolution of the images is '2048 x 2048'
6. Pause Play mode
7. "Capture the current view and open in RenderDoc"
8. Select the loaded Image in RenderDoc
9. Notice that the Resolution of the image is '1024 x 1024'
Expected Result: Sprite resolution isn't halfed because of "ImageUtility.LoadOrCreateSprite()"
Actual Result: "ImageUtility.LoadOrCreateSprite()" halfs the loaded sprites resolution
Reproduced with: 2019.2.0a6, 2019.1.0b5, 2018.3.7f1, 2017.4.21f1
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 Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Resolution Note (2019.2.X):
Low priority defect for the moment. This bug is unlikely to be fixed in the near future.