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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2019.2.X):
Low priority defect for the moment. This bug is unlikely to be fixed in the near future.