Search found 1 match

by austin_weeks
Sun Dec 10, 2023 1:30 am
Forum: General Discussion
Topic: Game Crashes upon calling ES3.Save()
Replies: 1
Views: 875

Game Crashes upon calling ES3.Save()

Hi there, I'm new to using easy save and am currently having trouble. I'm attempting to refactor my existing save system to utilize easy save. However, I'm running into an issue where my game/Unity freezes upon calling the ES3.Save() method. I'm trying to save a PlayerStatsData class, listed below: ...