snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 290 forks source link

Collections need a Load / Save Collection command for fungus #959

Open ianicmathieu opened 3 years ago

ianicmathieu commented 3 years ago

Collections are great but having the ability to Save and Load your Collection in fungus would definitely enhance the feature.

At least supporting saving and loading for the most basic ones like... Int, float, string....

wolfrug commented 3 years ago

SaveAndLoadCollection.zip

Created these for now - they save a collection (int, string or float) into a string variable that can then be saved normally.

Load collection reads this variable and loads the values into a collection.

stevehalliwell commented 3 years ago

Basic types and examples for custom types exist in the work related to the new save system.