Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
molton's avatar
molton
Explorer
12 years ago

Safety Warning bug

Hello, there appears to be a bug with the safety warning that makes it keep coming back up when changing the Unity QualitySetting.SetQualityLevel() value. Just wanted to let yall know about that. Anybody know a way to supress it after the first time it shows up?

4 Replies

Replies have been turned off for this discussion
  • I was just looking into why the HSW would pop-up when transitioning from scene to scene. I'm using AutoQualityChooser, so it makes sense now. Turning it off (or triggering a few seconds after) solves this. Thank you Molton! :D
  • Thank you for guided meditation, looking forward to the dk2 version :) I'll admit I've only messed with that for a minute since I made that post, I still got nothing as far as finding a way for Unity to change the quality level without the warning popping back up, but it sounds like you might have. Are you saying that delaying the autoqualitychooser (which I assume chages the Unity QualitySettings.SetQualityLevel(value) prevents the popping back up? I'll start with that then.
  • Thanks Molton! :D DK2 is 95% done, but we've been holding until there is a consistent solution to jutter. Thought it would have happened by now. :(

    And regarding the HSW, I set the AutoQualityChooser script to attach to an object about 10 seconds after scene start. This successfully avoids triggering the HSW in all of my tests.