Hi,
i run into a problem. I have menu when you can set volume. As soon as you move the slider it gets writen/overwriten into config.ini file. Writing/reading into file works great.
A script sets all config data on game launch without problems.
The problem is when i want to load a save data/game. Right after loading the save data i'm calling the script to load and set the data again as the save data contains ( or might contains) different data. but the script gets ignored and is not runing at all. ( I've tried setting a pause )
Can i do something about it ( without runing the script at the beginning of every scene )
Thanks for help.