Forum Discussion
Ananas
10 years agoExplorer
Textures get messed up when changing the quality in-game
I'm trying to change the Unity quality settings on-the-fly in-game with QualitySettings.SetQualityLevel(1);. In the editor everything works fine, but in the built version the textures on objects and s...
Ananas
10 years agoExplorer
Thanks Cyber.
I'd like to add that even restarting the level (with Application.LoadLevel(Application.loadedLevel);)
doesn't fix it. Only loading another level and then loading the previous one fixes at least some textures.
EDIT: Additional info. I tried to google and some other people have had the same problem, especially when developing for Android. They said the problem was with changing AA, shadows distance or cascades. But even after turning them all off the texture switch still happens. I also tried to set applyExpensiveChanges to false but it didn't help.
EDIT2: Okay found out what caused it: The textures get messed up when you change their quality from "Full Res" to "Half Res" or vice versa or lower. Setting the Texture Quality in Fastest quality setting to "Full Res" fixed the problem for me.
I'd like to add that even restarting the level (with Application.LoadLevel(Application.loadedLevel);)
doesn't fix it. Only loading another level and then loading the previous one fixes at least some textures.
EDIT: Additional info. I tried to google and some other people have had the same problem, especially when developing for Android. They said the problem was with changing AA, shadows distance or cascades. But even after turning them all off the texture switch still happens. I also tried to set applyExpensiveChanges to false but it didn't help.
EDIT2: Okay found out what caused it: The textures get messed up when you change their quality from "Full Res" to "Half Res" or vice versa or lower. Setting the Texture Quality in Fastest quality setting to "Full Res" fixed the problem for me.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years agoAnonymous
- 2 months ago
- 5 years ago
- 10 months ago