I’ve made a robot arm that’s animated via a bone length change, and need a serialization method that’s good enough to save/load both meshes, skinned meshes, welds, and scripts while the serialization is being preformed in-game.
What’s a good cover-all for this?
Are the above requirements even able to be saved at all?
I know any un-serialize-able models could be stored on the server and then requested by serialized placeholder parts upon load, but that would still require scripts to be savable at a minimum.
If it’s possible, let me know!
Thanks.