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
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
- Probe Volume Baking Set Reference Documentation is missing
- Crash on RendererScene::NotifyInvisible when entering Play mode after undoing a change within the scene with Ctrl+z
- [iOS] Final Image misaligned when using "ScalableBufferManager.ResizeBuffers" to resize
- GameObjects are not updating when Materials and Cubemaps are updated from Environmental Reflections
Resolution Note (2019.2.X):
Low priority defect for the moment. This bug is unlikely to be fixed in the near future.