UHFPS
  • 👋Welcome
  • 🎲Installation
    • URP - Project Setup
    • HDRP - Project Setup
    • Packages Setup
  • 🎮Getting Started
    • References
  • ⬆️Update Process
  • 📑Changelog
  • 📍Roadmap
  • ❔Support
  • 📚Guides
    • Managing Inputs
      • Adding Inputs to UI
      • Setting up Input System
    • State Machines
      • Adding Player States
      • Adding AI States
    • Save/Load Manager
      • Previous Scene Persistency
      • Encryption
    • Customizing UI
    • Interactions
    • Inventory
    • Player Items
    • Dynamic Objects
    • Motion Controller
      • External Motions
    • Hiding System
    • Narration System
    • Jumpscares
    • Puzzles
    • Objectives
    • Cutscenes
    • Options Manager
    • Game Manager
    • Localization
    • URP Specific
  • ⚙️Integrations
    • Emerald AI 3.0
    • AI Tree
    • Meet and Talk
Powered by GitBook
On this page
  1. Guides
  2. Save/Load Manager

Encryption

PreviousPrevious Scene PersistencyNextCustomizing UI

Last updated 1 month ago

If you're getting ready to release your game, remember to enable Save Encryption. This is especially important if your game includes achievements or locked doors. Turning on save encryption will prevent hackers from modifying saved data.

You can enable this feature in the Serialization Asset.

Here is an example of how saved data looks without and with encryption:

By using encryption, sensitive save data cannot be read or modified by anyone.

📚
No Encryption
With Encryption