Search Issue Tracker
By Design
Votes
0
Found in
2019.2.0a1
2019.2.1f1
2019.3.0a1
2020.1.0a1
Issue ID
1183242
Regression
No
Texture quality changes are not reflected when the texture is loaded from Asset Bundle
How to reproduce:
1. Open the attached project ("case_1176201-New_Unity_Project.zip")
2. Open the repro scene ("SampleScene")
3. Set the targetted platform to WebGL
4. Build Asset Bundles
5. Make a WebGL build and run it
6. Download the bundle and try changing the quality
Expected results: The quality changes are reflected in the texture
Actual results: The quality changes are not reflected unless the asset bundle is downloaded again
Reproducible with: 2019.2.7f2, 2019.3.0b4, 2020.1.0a5
Couldn't test with 2017.4, 2018.4 because of project breaking after downgrade
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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Resolution Note:
You can change the texture quality provided you don't first unload the Asset Bundle. Therefore, in your example, remove the call to Bundle.Unload(false) and rebuild the project. Then the quality can be changed with the buttons after the bundle has been loaded.