Skip to content
Amethyst-szs edited this page Nov 26, 2023 · 8 revisions

Godot SaveData DX Plugin

A plugin for Godot adding a simple, convenient, and secure save data system

This plugin was created to avoid the issues with the usual JSON or Resource saving methods used by Godot developers. Working with JSON can prove clunky and waste a lot of development time on bugs and annoying copy-paste work, and using Resources has a major security vulnerability allowing arbitrary code execution.

Table of Contents

  • General usage
  • SaveHolder
  • SaveAccessor
  • Inspector
Clone this wiki locally