experience bar not saving when exiting unity editor

Announcements, support questions, and discussion for Quest Machine.
Post Reply
Reed237
Posts: 16
Joined: Thu Mar 02, 2023 11:12 am

experience bar not saving when exiting unity editor

Post by Reed237 »

Hey, I'm using Unity dialogue system and Top Down engine for my game. everything is working fine but when I exit the unity editor the experience the player earns keeps resetting.

sorry here is a video explaining it I'm not sure how to put videos on here.

User avatar
Tony Li
Posts: 20734
Joined: Thu Jul 18, 2013 1:27 pm

Re: experience bar not saving when exiting unity editor

Post by Tony Li »

Hi,

[I moved your post to the Quest Machine section since it looks like you're using Quest Machine and the Dialogue System with TDE.]

The TDECharacterSaver is a starter script. As-is, it only saves the player's health (initial/current/max health, invulnerability, and knockback immunity). Not all TDE games use an experience bar. If you want to save other info such as experience, you can add it to the TDECharacterSaver or add an additional custom saver: How To: Write Custom Savers
Post Reply