Yes, it is possible to be done with FC as well. Here is an example of how:
The Serialize and Deserialize nodes are functions of Blackboard and thus you can add those by drag&drop the Blackboard component in the editor and selecting the methods Serialize and Deserialize respectively.
For the File WriteAllText and ReadAllText you will need to add “System.IO.File” class in your Preferred Types Editor so that you can see and use File methods in your node browser (in this case were need only these two methods).
On the left side we just use some nodes to create a file path for the file to be saved at. This can be done in numerous other ways as well.
🙂
Join us on Discord: https://discord.gg/97q2Rjh
Attachments:
SaveLoadToFile.png
Login
Register
By registering on this website you agree to our Privacy Policy.