ESave
ESave
ESave
  • ESave Documentation
  • Pro Comparison
  • đŸ•šī¸Getting Started
    • Installation
    • Example Scenes
    • Components
      • Save File Setup
      • Save Storage
  • đŸ“Ŋī¸Videos
    • Tutorial
  • 📄Scripting
    • Saving & Loading
      • Data Management
        • Saving
        • Loading
        • Deleting
        • Writing Changes
      • 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
  1. Scripting
  2. Saving & Loading
  3. Data Management

Deleting

This section outlines the step-by-step process of deleting data using ESave.

This only edits the save data in memory. See Writing Changes.

You can delete any data with the DeleteData method. Simply provide the data ID as a parameter.

saveFile.Delete("DataID");

PreviousLoadingNextWriting Changes

Last updated 5 days ago

📄