ESave
ESave
ESave
  • ESave Documentation
  • Pro Comparison
  • đŸ•šī¸Getting Started
    • Installation
    • Example Scenes
    • Components
      • Save File Setup
      • Save Storage
  • đŸ“Ŋī¸Videos
    • Tutorial
  • 📄Scripting
    • Saving & Loading
      • Saving
      • Loading
      • Custom Serializable Objects
      • Example Script
    • Runtime Save Creation
      • Creating a Save File
      • Infinite Saves
        • Infinite Save Scripting
    • Runtime Save Deletion
    • Understanding Background Save & Load
    • Using the Save Storage
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
  • ⭐Rate Me?
Powered by GitBook
On this page
  • Asset Store
  • GitHub
  1. Getting Started

Installation

This section describes how you can install ESave in your Unity project.

PreviousPro ComparisonNextExample Scenes

Last updated 1 month ago

Asset Store

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 .

Installation Steps:

  1. Get ESave from the asset store.

  2. 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.

  3. Download and import the package. You may be prompted to install package manager dependencies. Click Install/Upgrade.

  4. 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.

GitHub

Installation Steps:

  1. Open your Unity project and double click the downloaded Unity package.

  2. Click import. You may be prompted to install package manager dependencies. Click Install/Upgrade.

  3. 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 .

Download one of the .unitypackage files from the .

đŸ•šī¸
this link
releases page
this link