Search found 3 matches

by gooby
Tue Mar 22, 2022 2:15 pm
Forum: General Discussion
Topic: The name 'ES3' does not exist in the current context?
Replies: 15
Views: 7809

Re: The name 'ES3' does not exist in the current context?

Hi, I don't mean to necropost but the solution to this problem is to go to Unity>Edit>Preferences>External Tools>Regenerate Project Files. Also try a reimport of ES3 plugin by right clicking the folder>Reimport if that doesnt work.
by gooby
Thu Dec 31, 2020 8:51 pm
Forum: General Discussion
Topic: Save some things by ref and others by val
Replies: 2
Views: 1066

Re: Save some things by ref and others by val

Hi there, You can do this by creating an ES3Type file and modify it as described here: https://docs.moodkie.com/easy-save-3/es3-guides/choosing-what-is-saved/#controlling-serialization-using-es3types And then you can use the third parameter of the writer.WriteProperty method to choose how it is wri...
by gooby
Wed Dec 30, 2020 1:39 am
Forum: General Discussion
Topic: Save some things by ref and others by val
Replies: 2
Views: 1066

Save some things by ref and others by val

Hello, I bought easy save today and have been learning to use it. Unfortunately the way i made the random weapon system in my game makes saving difficult even with this plugin. ANyway, my question is how can i save some objects by reference (such as scriptable objects that represent the base weapons...