I have a menu that uses Unity UI and it has a 'Music On/Off' toggle.
When the player quits the game, it triggers an autosave rewrite from within an actionlist and then quits.
However, the toggle icon itself isn't saving. If they player switches the music off before quiting, the music stops, but when the game is loaded the music is still off, but the toggle is switched back on.
I'm controlling the toggling of the music via actionlists and variables unless there's a better way of handling this?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Are the variables involved also stored in Options Data? Lets see the ActionLists.
I decided to go with a slider option instead which works a lot better, thanks anyway, Chris!