fungus
fungus copied to clipboard
Documentation on how Custom Commands should be Save friendly in Fungus
Is your feature request related to a problem? Please describe.
I've made bunch of custom commands for my game, judging on how save system works in Fungus currently, I believe none of those custom commands complies with Fungus's save system at all.
The changes to save that are coming in 3.14, have more doco and more samples of working with the save system.
Prior, to those changes, if anyone has recommendations shaing them here and on the wiki would be great.
My main issue is that when my character is moving while saving, once loaded, the character is gone... My c# knowledge isn't really that great but after several failed attempts, I realized that this is no easy task at all.
Same problem with animated UIs..
I just thought that this is worth mentioning.
EDIT: I also tried the develop branch with the new Save System. Same thing happened.