Search found 2 matches

by tomleico
Thu Jan 26, 2023 8:51 am
Forum: General Discussion
Topic: Trying to save a class but it always saves null
Replies: 3
Views: 851

Re: Trying to save a class but it always saves null

Yes, that worked! Thank you! I knew the properties had to be public but not serializable.

Also, thanks for the super speedy reply - appreciate it :D
by tomleico
Wed Jan 25, 2023 2:59 pm
Forum: General Discussion
Topic: Trying to save a class but it always saves null
Replies: 3
Views: 851

Trying to save a class but it always saves null

Hi there, I hope you could help with some trouble I'm having saving a class. I have a PlayerSave class here: public class PlayerSave { // high scores for each level public Dictionary<string, float> LevelHighScore { get; set; } // dict to hold all unlockables in for the hubroom // string will be ther...