You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audio settings sometimes reset to the default, rather than the player preferences. After this occurred once, the default levels continue to be used and the player's changes are discarded with no way to restore them.
Steps To Reproduce
No 100% reliable repro on this, unfortunately. What I was doing when it happenec:
Start the main menu in the editor
Change the Master audio levels to almost 0%
Start the game
Load the dev kit
Use Ctrl+R multiple times and reload the script
Press the Unity play button to stop the scene
Open the Game and MainMenu scenes a bunch of times and press the Unity play button
After doing this a few times, SFX and Music randomly were playing way louder and the settings menu values were reset to as if the user hadn't changed the levels at all.
It's unclear why this happens in the first place and I've yet to check if the game persists the default levels as the user's preference after or reliably fails to load them after this occurred once. (Since the wrong levels persist even across Unity play button presses, I assume the wrong settings are written to the PlayerPrefs.)
Expected behavior
The user's set audio levels persist across Ctrl+R reloads, Unity play button presses and editor restarts.
Describe the bug
Audio settings sometimes reset to the default, rather than the player preferences. After this occurred once, the default levels continue to be used and the player's changes are discarded with no way to restore them.
Steps To Reproduce
No 100% reliable repro on this, unfortunately. What I was doing when it happenec:
Master
audio levels to almost 0%Ctrl+R
multiple times and reload the scriptGame
andMainMenu
scenes a bunch of times and press the Unity play buttonAfter doing this a few times, SFX and Music randomly were playing way louder and the settings menu values were reset to as if the user hadn't changed the levels at all.
It's unclear why this happens in the first place and I've yet to check if the game persists the default levels as the user's preference after or reliably fails to load them after this occurred once. (Since the wrong levels persist even across Unity play button presses, I assume the wrong settings are written to the PlayerPrefs.)
Expected behavior
The user's set audio levels persist across
Ctrl+R
reloads, Unity play button presses and editor restarts.Additional context
Reproducible in 4e52fd1.
The text was updated successfully, but these errors were encountered: