✉️
Note System - Doc
  • Note System - Introduction
  • ⭐Getting Started
    • Quick Setup
    • Detailed Setup
    • UI Button Setups
    • Note Scriptable Setup
    • Note Icon Creation
    • JSON Save System
  • ❓Support
    • FAQ
    • Inputs List
    • Note Visuals
    • Adding Audioclips
    • Text Display Issues
    • Trigger Event Setup
    • System Namespace
    • UI Manager Requirements
    • Changing Character Controller
    • Element 0 Missing / Hidden?
    • Variables Missing From Inspector?
    • SciptableObject Location
    • Legacy Setup Video
  • 🌀Development
    • Patch Notes - V2.1
    • Roadmap
  • 📧Contacts
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

JSON Save System

PreviousNote Icon CreationNextFAQ

Last updated 11 months ago

Was this helpful?

v2.1 now has a JSON save system which uses the Resources folder inside Unity to save everything you need to carry the notes across your game.

Notes

This is just an empty list that will be filled when you collect or reload notes

Persist Across Scenes

Tick this if you want the singleton to persist across your scenes

Enable Savings

Enable whether you want the save system to save your notes that have been collected

Saving Settings

  • You can open the save location to find the saved file

  • Check if an inventory exists which will create a debug log prompt

  • You can delete the inventory file if it exists, if you're needing to do this

⭐