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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (2019.2.X):
Low priority defect for the moment. This bug is unlikely to be fixed in the near future.