Page 1 of 1

Save system only for quests (Main state)

Posted: Fri Aug 23, 2024 7:59 am
by flyingv
Hi!

I want to use SaveSystem, there is so much functionality to save positions and states. I'm interested only in save and load quest main state. How to easy setup for this case?

Re: Save system only for quests (Main state)

Posted: Fri Aug 23, 2024 8:20 am
by Tony Li
Hi,

Set it up like the screenshot at the top of the Save System page.

Or download the SaveSystemPrefabs package from the Dialogue System Extras page and add the Save System prefab to your scene. (See the text file in the package for details.)

Make sure your Dialogue Manager GameObject has a DialogueSystemSaver component.

Then, to not save anything else, simply don't add savers. For example, don't add any PositionSavers, DestructibleSavers, etc.

Alternatively, use the Database-Only Save.