fungus
fungus copied to clipboard
Collections need a Load / Save Collection command for fungus
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....
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.
Basic types and examples for custom types exist in the work related to the new save system.