Ignore AutoSave.

Discussion and help for Easy Save 3
Post Reply
Yumineko
Posts: 3
Joined: Fri Apr 19, 2019 1:41 pm

Ignore AutoSave.

Post by Yumineko »

I use "ES3 Auto Save Component".
I want to save particular transform, but All Transform is saved.
How do you do that saving particular transform ?

I read "Controlling serialization using ES3Types" page.
https://docs.moodkie.com/easy-save-3/es ... -es3types/
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Ignore AutoSave.

Post by Joel »

Hi there,

I'm not sure I understand what you mean by "particular Transform"? The Auto Save component will only save the Transform of the GameObject the Component is attached to.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Yumineko
Posts: 3
Joined: Fri Apr 19, 2019 1:41 pm

Re: Ignore AutoSave.

Post by Yumineko »

Let me apologize for my poor English. :cry:
in such case.
Both GameObject have parameter that want to save.
But I dont want to save specific GameObject's transform.
Attachments
2019-04-24_22h52_32.png
2019-04-24_22h52_32.png (16.24 KiB) Viewed 2239 times
2019-04-24_22h52_02.png
2019-04-24_22h52_02.png (15.74 KiB) Viewed 2239 times
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Ignore AutoSave.

Post by Joel »

Hi there,

It is not possible to ignore specific Components with Auto Save because the purpose of it is to serialise an entire GameObject.

If you only want to save specific Components, you will need to use the ES3.Save and ES3.Load methods to save and load those specific Components. There are guides on using the Easy Save 3 API here: https://docs.moodkie.com/product/easy-s ... s3-guides/

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Yumineko
Posts: 3
Joined: Fri Apr 19, 2019 1:41 pm

Re: Ignore AutoSave.

Post by Yumineko »

Ok. Thank you for teaching me so kindly.
Post Reply