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

Pro Comparison

How ESave Pro differs from its free counterpart.

PreviousESave DocumentationNextInstallation

Last updated 4 days ago

provides more advanced backend technology, with some other benefits but this does not mean the free version is lacking in capability. The best choice depends on the specific use case—some scenarios benefit more from the Pro version, while others may be better suited to the free version.

Pro
Free

Backend

SQLite Database

File System

Memory Efficiency

High

Low

Speed

Faster in most cases.

Faster in some cases.

Overall API Simplicity

Simpler than free in most cases.

Simpler than pro in some cases.

File Density

Single file for all saves.

One file for each save.

Encryption

Available

Available

Encryption Simplicity

Simple with no extra steps.

Simple, but requires an extra step.

Multithreading (Background Operations)

Available

Available

Supported Scripting Patterns

  • Synchronous

  • Asynchronous

  • Callbacks

  • Synchronous

  • Callbacks

If you are upgrading from ESave Free, remove it from your project first before installing ESave Pro.

ESave Pro