TCG Engine Roguelike
  • TCG Engine Roguelike
  • Getting Started
    • Asset Installation
    • Testing in Solo
    • Testing Multiplayer
    • Cloud Server Installation
    • Unity Services Server
  • Files and Data
    • Resources and Prefabs
    • Save File
    • Scenario and Maps
    • Map Events
    • Characters
    • Cards
    • Abilities
    • Status
    • AI
  • Scripts
    • Scripts Overview
    • Conditions and Effects
    • Filters
    • Map Events
    • Enemy Behaviors
Powered by GitBook
On this page
  1. Files and Data

Save File

Last updated 1 year ago

Both singleplayer and multiplayer games can 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 the last game started with each user.

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