TCG Engine
  • TCG Engine
  • Getting Started
    • Asset Installation
    • Testing in Solo
    • Testing Multiplayer
    • Cloud Server Installation
    • Game Rules
  • Files and Data
    • Resources and Prefabs
    • Save File
    • Cards
    • Abilities
    • Status
    • AI
  • Scripts
    • Scripts Overview
    • Conditions and Effects
    • Filters
  • Web API
    • Web API
    • Local Installation
    • Cloud Server Installation
    • Test with Insomnia
    • Remote Access and Authentication
    • Enable HTTPS
    • Enable Email Sending
Powered by GitBook
On this page
  1. Files and Data

Save File

Last updated 1 year ago

If you're in LocalSave mode, each user data will be saved locally on your PC. You can find the save file inside Unity's persistantDataPath folder. Each OS has a different path, so check here to know where:

Inside the folder, you will find a save file for each user you created. You can delete one to reset the user.

https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html