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.
experience bar not saving when exiting unity editor
Re: experience bar not saving when exiting unity editor
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
[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