What would be an effective way of GameObject position and related properties?

There’s like at least ten or twenty billion Youtube tutorials on loading / saving game state.

But if you want, here’s some more Load/Save steps:

Don’t use a binary serializer: it’s insecure and it makes debugging very difficult

1 Like