Encrypted PlayerPrefs

Usage

Use Settings Manager → Game Interfaces → Storage → Encrypted PlayerPrefs to select the storage type.

When to use?

What it is: A drop‑in local store with encryption to deter casual tampering.

Good for: Local saves where you need stronger integrity than plain PlayerPrefs but don’t require cloud sync.

Pros

  • Minimal setup

  • Same speed/footprint as local

  • Obfuscates values at rest

Considerations

  • Still device‑locked

  • Not a replacement for server authority

Implementation

All methods and variables have already been defined in the Storage docs.

Last updated