Search Issue Tracker
Fixed
Fixed in 2022.3.58f1, 6000.0.37f1, 6000.1.0b5, 6000.2.0a2, 7000.0.0a18
Votes
2
Found in
2022.3.11f1
2023.1.16f1
2023.2.0b3
6000.0.34f1
6000.1.0a7
Issue ID
UUM-53664
Regression
Yes
There are artifacts in the Build when "Load texture data on demand" is enabled
How to reproduce:
1. Open the attached project "load-texture-data-on-demand-bug.zip"
2. Open Edit>Project Settings...
3. Enable Editor>Load texture data on demand in the Project Settings window
3b. You may also have to enable Player > Texture Mip Stripping to reproduce the issue on Unity 6
4. Restart the Editor
5. Open Assets/_Project/Scenes/Sample/SC_Sample.unity
6. Open the Game view window
7. Build And Run the project
Expected results: The Scene in the Player is the same as in the Editor
Actual results: The Scene in the Player is different than in the Editor
Reproducible with: 2022.3.36f1, 2022.3.54f1, 2023.1.16f1, 2023.2.0b3
Not reproducible with: 2022.3.35f1, 2023.2.0b4, 2023.2.0b14, 2023.3.0a11
Could not test with: 2021.3.31f1 (compilation errors in the Console window)
Reproducible on: Windows 11 22H2
Not reproducible on: No other environment tested
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 warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 6000.2.0a2):
A regression of the original fix was observed, but (in Unity 6) only when mip stripping was enabled. This has been fixed to ensure an actual data payload is written out.
Resolution Note (fix version 6000.1.0b5):
A regression of the original fix was observed, but (in Unity 6) only when mip stripping was enabled. This has been fixed to ensure an actual data payload is written out.
Resolution Note (fix version 6000.0.37f1):
A regression of the original fix was observed, but (in Unity 6) only when mip stripping was enabled. This has been fixed to ensure an actual data payload is written out.
Resolution Note (fix version 2022.3.58f1):
A regression of the original fix was observed, but wasn't caught in testing because in Unity 6 it only popped up when mip stripping was enabled. This has been fixed now to ensure an actual data payload is written out.