Search Issue Tracker
Feature Request
Under Consideration for 2021.3.X, 2022.2.X, 2023.1.X, 2023.2.X
Votes
1
Found in
2021.3.22f1
2022.2.12f1
2023.1.0b9
2023.2.0a8
Issue ID
UUM-31177
Regression
No
Texture Mipmap Streaming doesn't work with HDRP/Lit shader's UV tiling
Reproduction steps:
1. Open the attached project "mipstreaming-scale"
2. Open "SampleScene"
3. Make sure the Game view resolution is 1080p
4. Enter Play mode
Expected result: Target/current texture memory is the same as potential texture memory
Actual result: Target/current texture memory is well below potential texture memory (for example, 293.6 vs 165.6)
Reproducible with: 2021.3.22f1, 2022.2.12f1, 2023.1.0b9, 2023.2.0a8
Could not test with: 2020.3.46f1 (script compilation errors)
Reproducible on: macOS 13.2.1 (Intel)
Note: Expected result is achieved when "Enable Texture Streaming In Play Mode" is disabled under Project Settings > Editor
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:
The request is to support sharing auxiliary texture parameters between different textures.