Supposedly saveload is the "right" way of handling serialization/deserialization of component data with specs. The documentation doesn't make it very clear how to use this functionality, but there's an example that should be enough to get us started.
This change will likely change the format of the serialized data, so we'll have to update the Electron editor to work with the new format.
Supposedly
saveloadis the "right" way of handling serialization/deserialization of component data with specs. The documentation doesn't make it very clear how to use this functionality, but there's an example that should be enough to get us started.This change will likely change the format of the serialized data, so we'll have to update the Electron editor to work with the new format.