ESave
ESave Pro
ESave Pro
  • ESave Pro Documentation
  • Pro Comparison
  • 🕹️Getting Started
    • Installation
    • Demo
  • ESave Settings
  • 🧩Components
    • ESave Initializer
  • 📄Scripting
    • Initialization
    • Save Operation
    • Save States
      • Infinite Saves
        • Infinite Save Scripting
    • Saving & Loading Data
      • Saving
      • Loading
      • Custom Serializable Objects
      • Example Script
    • Data Deletion
  • 🛠️Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
  • ⭐Rate Me?
Powered by GitBook
On this page
  1. Components

ESave Initializer

A component that initializes ESave.

PreviousESave SettingsNextInitialization

Last updated 2 months ago

The ESave Initializer component simply initializes ESave on awake and calls terminate when the application or play mode is exited. This component is not required in your scene at all—you can just simply initialize and terminate whenever you'd like through code. Learn more about initialization here.

🧩