Installation
This section describes how you can install ESave in your Unity project.
Last updated
This section describes how you can install ESave in your Unity project.
Last updated
Generally, the latest version of ESave will be released on Github before the Unity asset store due to verification delays.
You can find the latest version of ESave in the asset store with this link.
Installation Steps:
Get ESave from the asset store.
Open your Unity project, go into Window > Package Manager
, switch to My Assets
from the packages dropdown at the top-left, and then type ESave
in the search bar.
Download and import the package. You may be prompted to install package manager dependencies. Click Install/Upgrade
.
Once it's complete, and if you were not prompted to install package manager dependencies, a package installer window will pop up. Click Install Newtonsoft JSON
. You can also open this window from Window > ESave > Install Newtonsoft JSON
. Alternatively, you can install Newtonsoft JSON directly from Unity's package manager.
You can find the latest version of ESave on GitHub with this link.
Installation Steps:
Download one of the .unitypackage
files from the releases page.
Open your Unity project and double click the downloaded Unity package.
Click import
. You may be prompted to install package manager dependencies. Click Install/Upgrade
.
Once it's complete, and if you were not prompted to install package manager dependencies, a package installer window will pop up. Click Install Newtonsoft JSON
. You can also open this window from Window > ESave > Install Newtonsoft JSON
. Alternatively, you can install Newtonsoft JSON directly from Unity's package manager.