Question in marketplace:
“Hello there. Is there any tutorial how to save widgets with this, I Have combo boxes with options (Graphic settings) I would love to save those with this system.”
My answer:
Hi there!
- You can make a separate save file (remember with my plugin you can create as many files as you want and name them anything you want, and store them wherever you want :))
- So make a file you will load only statically, and create a save object containing all of the UI settings and any other player settings you want
- You can load this file any time you want, including only when the user opens the related UI window
- This video explains static data saving/loading
https://youtube.com/watch?v=rdKuni_Fvxk
Rama