Page 1 of 1

experience bar not saving when exiting unity editor

Posted: Tue Aug 01, 2023 11:15 pm
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.


Re: experience bar not saving when exiting unity editor

Posted: Tue Aug 01, 2023 11:40 pm
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