fungus icon indicating copy to clipboard operation
fungus copied to clipboard

Collections need a Load / Save Collection command for fungus

Open ianicmathieu opened this issue 4 years ago • 2 comments

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....

ianicmathieu avatar Feb 26 '21 16:02 ianicmathieu

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.

wolfrug avatar Mar 04 '21 14:03 wolfrug

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

stevehalliwell avatar Mar 07 '21 02:03 stevehalliwell