How do I save an scene and all of its objects, and the objects properties

There are a LOT of tutorials… and a lot of posts have already gone under the bridge for this.

Here’s some stuff I wrote:

Load/Save steps:

Don’t use the binary formatter/serializer: it is insecure, it cannot be made secure, and it makes debugging very difficult, plus it actually will NOT prevent people from modifying your save data on their computers.

1 Like