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

Previous Scene Persistency

PreviousSave/Load ManagerNextEncryption

Last updated 1 month ago

  1. To enable Previous Scene Persistency, go to the Serialization Asset located in the Scriptables folder.

  1. Make sure the Previous Scene Persistency toggle is enabled within the Serialization Asset.

You can customize how the save will appear in the saves folder by modifying the settings within the Serialization Asset.

  1. To load the next level and save the current level data for previous scene persistency, add the Level Interact component to the object (such as a door).

Change the Level Load Type to specify how you want to load the next level and which data you want to transfer and load.

Enabling the Custom Transform allows you to specify a custom player position that will be saved. This is useful when you want to return to a specific location, such as the position of the door you came from.

📚