Search found 2 matches

by gill_82
Fri Sep 09, 2022 2:27 pm
Forum: General Discussion
Topic: Save ScriptableObject fields?
Replies: 2
Views: 657

Re: Save ScriptableObject fields?

Ok, no problem.

Thanks
by gill_82
Wed Sep 07, 2022 4:33 pm
Forum: General Discussion
Topic: Save ScriptableObject fields?
Replies: 2
Views: 657

Save ScriptableObject fields?

Firstly, great program; has been very useful to me. But, I've tried Saving/Loading SOs that contain a SO field, and that field data doesn't Save/Load. Is it possible to do? Eg: public void MySO : ScriptableObject { public OtherSO otherSO; } MySO instance saves, but otherSO data is null on Load.