Search found 5 matches

by RickyP602
Mon May 29, 2023 8:03 am
Forum: General Discussion
Topic: An Easy Save 3 Manager is required to save references
Replies: 2
Views: 1080

Re: An Easy Save 3 Manager is required to save references

yep that works 100% of the time. Thank you!
by RickyP602
Mon May 29, 2023 3:28 am
Forum: General Discussion
Topic: An Easy Save 3 Manager is required to save references
Replies: 2
Views: 1080

An Easy Save 3 Manager is required to save references

Hello, I was running into some problems saving data with the auto save functionality of EasySave3 so decided to tackle the problem from code and have had much better success. Although I am still running into an issue. Occasionally when saving this error gets thrown: InvalidOperationException: An Eas...
by RickyP602
Wed May 24, 2023 8:06 am
Forum: General Discussion
Topic: class data always saved as null
Replies: 5
Views: 993

Re: class data always saved as null

Hey Joel, I was wondering if you would mind just checking this little code snippet for me. I recognize and understand that your product is working as designed and as such the problem is on my end not yours. So if you do not have time to get back to me on this I will not take it personally. However, ...
by RickyP602
Tue May 23, 2023 6:55 pm
Forum: General Discussion
Topic: class data always saved as null
Replies: 5
Views: 993

Re: class data always saved as null

I went and created a small scene with the relevant classes to give to you. Problem is when I did that... it worked.... So obviously something on my end you can't help with. Terribly sorry to waste your time. Thank you again.
by RickyP602
Tue May 23, 2023 4:11 am
Forum: General Discussion
Topic: class data always saved as null
Replies: 5
Views: 993

class data always saved as null

Hello, I have character data that i'm saving and loading using EasySave3 Autosave. I have noticed that if I instantiate a single character data it always stores my class as null. Oddly if I store an array of character datas it seems to store the originally instantiated values but never updates them....