Save to file at android build?

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
leegod
Posts: 18
Joined: Sun Nov 20, 2016 10:42 am

Save to file at android build?

Post by leegod »

I chosen file type for save repository.

And now I am making android build, can I have problem because above file type chosen?

I chose at Build Setting - Configuration - Install Location to [Prefer External].

Thanks.
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Save to file at android build?

Post by Joel »

Hi there,

I'm not sure I fully understand your question. By "file type for repository" do you mean you've set the save location to File?

Saving to file on Android is supported (and happens by default). As long as you specify a filename or relative path as the path, it will store to Unity's Application.persistentDataPath, which is a location they guarantee to be writable.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
leegod
Posts: 18
Joined: Sun Nov 20, 2016 10:42 am

Re: Save to file at android build?

Post by leegod »

Joel wrote:Hi there,

I'm not sure I fully understand your question. By "file type for repository" do you mean you've set the save location to File?

Saving to file on Android is supported (and happens by default). As long as you specify a filename or relative path as the path, it will store to Unity's Application.persistentDataPath, which is a location they guarantee to be writable.

All the best,
Joel
ok thanks.
Locked