Search found 10 matches

by Renoki
Sat Feb 10, 2024 3:16 pm
Forum: General Discussion
Topic: Some Classes dont save while others do
Replies: 3
Views: 256

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...
by Renoki
Sat Feb 10, 2024 3:08 pm
Forum: General Discussion
Topic: Does your game use Easy Save? Let us know!
Replies: 32
Views: 327581

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...
by Renoki
Sat Feb 10, 2024 3:03 pm
Forum: General Discussion
Topic: Some Classes dont save while others do
Replies: 3
Views: 256

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...
by Renoki
Sat Feb 10, 2024 2:56 pm
Forum: General Discussion
Topic: Does your game use Easy Save? Let us know!
Replies: 32
Views: 327581

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
by Renoki
Thu Sep 02, 2021 5:29 pm
Forum: General Discussion
Topic: Disable Autosave completely, even in editor?
Replies: 2
Views: 714

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!
by Renoki
Thu Sep 02, 2021 4:32 pm
Forum: General Discussion
Topic: Disable Autosave completely, even in editor?
Replies: 2
Views: 714

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...
by Renoki
Sat Feb 20, 2021 10:49 pm
Forum: General Discussion
Topic: Game freezes for a few seconds when saving.
Replies: 4
Views: 1238

Re: Game freezes for a few seconds when saving.

Nice it works thank you!
by Renoki
Sat Feb 20, 2021 6:29 pm
Forum: General Discussion
Topic: Game freezes for a few seconds when saving.
Replies: 4
Views: 1238

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...
by Renoki
Sat Feb 20, 2021 1:45 am
Forum: General Discussion
Topic: Game freezes for a few seconds when saving.
Replies: 4
Views: 1238

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?
by Renoki
Tue Jul 24, 2018 2:18 pm
Forum: Feature Requests
Topic: Advanced Google Play Support
Replies: 4
Views: 7632

Re: Google Play Support

Hi there, ETA on this feature? It's really needed!