Search found 10 matches
- Sat Feb 10, 2024 3:16 pm
- Forum: General Discussion for Easy Save 3
- Topic: Some Classes dont save while others do
- Replies: 3
- Views: 2274
Re: Some Classes dont save while others do
Hi there, Are you getting any warnings in console? All the best, Joel Only about using New() but thats not related to the inventory or saving, entirely other script. Im hoping that doesnt effect it. You are trying to create a MonoBehaviour using the 'new' keyword. This is not allowed. MonoBehaviour...
- Sat Feb 10, 2024 3:08 pm
- Forum: General Discussion for Easy Save 3
- Topic: Does your game use Easy Save? Let us know!
- Replies: 32
- Views: 531939
Re: Does your game use Easy Save? Let us know!
Hey there! Love working with Easy Save, I used it in my game Wyvia: https://store.steampowered.com/app/1579660/Wyvia/ to save stats and character progression Thanks for sharing, just caught a few minutes of your livestream and it looks awesome, congrats on your success :) thank you very much! Reall...
- Sat Feb 10, 2024 3:03 pm
- Forum: General Discussion for Easy Save 3
- Topic: Some Classes dont save while others do
- Replies: 3
- Views: 2274
Some Classes dont save while others do
Hi there, Im currently saving and loading a few classes. While some save, others dont and im not sure why. Im hoping I just missed a step. SAVING: ES3.Save("MainCharacter", SaveFile.Instance.mainCharacter, saveFileName, settings); ES3.Save("Inventory", SaveFile.Instance.inventory...
- Sat Feb 10, 2024 2:56 pm
- Forum: General Discussion for Easy Save 3
- Topic: Does your game use Easy Save? Let us know!
- Replies: 32
- Views: 531939
Re: Does your game use Easy Save? Let us know!
Hey there! Love working with Easy Save, I used it in my game Wyvia: https://store.steampowered.com/app/1579660/Wyvia/ to save stats and character progression
- Thu Sep 02, 2021 5:29 pm
- Forum: General Discussion for Easy Save 3
- Topic: Disable Autosave completely, even in editor?
- Replies: 2
- Views: 1914
Re: Disable Autosave completely, even in editor?
Quick Update, it works fine now. All I had to do was delete the current Easy Save manager and make a new one!
- Thu Sep 02, 2021 4:32 pm
- Forum: General Discussion for Easy Save 3
- Topic: Disable Autosave completely, even in editor?
- Replies: 2
- Views: 1914
Disable Autosave completely, even in editor?
Hi there, Right now Easy Save is causing unity to memory leak like crazy whenever I save in the editor or save a prefab. Is there a way I can 100% disable autosaving the editor altogether? I noticed autosave will take a "snapshot" of all the objects in the scene, is there a way to stop thi...
- Sat Feb 20, 2021 10:49 pm
- Forum: General Discussion for Easy Save 3
- Topic: Game freezes for a few seconds when saving.
- Replies: 4
- Views: 3239
Re: Game freezes for a few seconds when saving.
Nice it works thank you!
- Sat Feb 20, 2021 6:29 pm
- Forum: General Discussion for Easy Save 3
- Topic: Game freezes for a few seconds when saving.
- Replies: 4
- Views: 3239
Re: Game freezes for a few seconds when saving.
nice thank you, I started using it but is there a way to save to the cache to a specific file name and then save it to a file name? I got this error: FileNotFoundException: The file 'SaveFile1.es3' could not be stored because it could not be found in the cache. Trying to do: ES3.StoreCachedFile(&quo...
- Sat Feb 20, 2021 1:45 am
- Forum: General Discussion for Easy Save 3
- Topic: Game freezes for a few seconds when saving.
- Replies: 4
- Views: 3239
Game freezes for a few seconds when saving.
Hey there,
My project freezes up for a few seconds whenever I save a few variables. Auto Save isnt used at all.
Im saving about 50 variables, from ints to dictionaries.
Is there a way to make it a more smooth process without the freezing occuring?
My project freezes up for a few seconds whenever I save a few variables. Auto Save isnt used at all.
Im saving about 50 variables, from ints to dictionaries.
Is there a way to make it a more smooth process without the freezing occuring?
- Tue Jul 24, 2018 2:18 pm
- Forum: Feature Requests for Easy Save 3
- Topic: Advanced Google Play Support
- Replies: 4
- Views: 9831
Re: Google Play Support
Hi there, ETA on this feature? It's really needed!