Search found 2 matches
- Mon Nov 26, 2018 5:46 pm
- Forum: Dialogue System for Unity
- Topic: Bypass Save / Load System?
- Replies: 3
- Views: 563
Re: Bypass Save / Load System?
This sounds like just what I was looking for. Thanks for the quick reply!
- Mon Nov 26, 2018 4:22 pm
- Forum: Dialogue System for Unity
- Topic: Bypass Save / Load System?
- Replies: 3
- Views: 563
Bypass Save / Load System?
I'm looking to integrate Dialogue System with my existing save system. I only need to save the variable data from the database and apply it back to the database when I load. Ideally I could just get and set a serializable object from the database and pass it to my save system. Is there a straightfor...