Page 4 of 4

Re: Getting ES3 Auto Save to work

Posted: Sat Oct 23, 2021 1:41 pm
by yimingt
I want to load my list elements in the same way it was last arranged in the scene hierarchy. Is there a way to save the sibling index of transforms?

Re: Getting ES3 Auto Save to work

Posted: Sat Oct 23, 2021 1:56 pm
by Joel
Hi there,

If you private message me your invoice number I'll send you an update which stores sibling index when saving Transforms.

All the best,
Joel

Re: Getting ES3 Auto Save to work

Posted: Sun Oct 24, 2021 6:39 am
by yimingt
That's cool! It's not very urgent. When is it planned to be released?

Re: Getting ES3 Auto Save to work

Posted: Tue Oct 26, 2021 12:13 pm
by Joel
Hi there,

This won't be getting merged with the main branch available via the Asset Store, so I would need to send it to you directly.

All the best,
Joel

Re: Getting ES3 Auto Save to work

Posted: Mon Nov 15, 2021 6:15 am
by yimingt
Hey Joel,

I'm having trouble saving a reference to a scriptable object in my project. The problem is most likely because the reference manager doesn't have the scriptable object inside itself because it does not exist in the scene. By manually adding it to the reference manager, it managed to fix this problem. However, it's difficult for me to tell if I have already added the scriptableobject to the reference manager. Is there an easier way to do this?

Re: Getting ES3 Auto Save to work

Posted: Mon Nov 15, 2021 9:22 am
by Joel
Hi there,

If there’s a reference to the ScriptableObject in your scene prior to runtime then it will be automatically added to the reference manager. For example you could create a script with a List<ScriptableObject> and drag all of the ScriptableObjects you wish to reference into this.

All the best,
Joel