You are browsing as a guest. Sign up (or log in) to start making projects!

8h 13m 45s logged

scene serialization :yay:


okay so this is akward but it doesnt actually work yet, but in my defense serialization is really confusing to me since i generally don’t do a whole lot with file writing and loading, especially in a custom formatted and extensioned .slate file


it basically just takes a bunch of data by looping through scene objects and records them, then it also has to do that backwards, then i also have to implement a command and gui system to trigger the logic


and i also want the .slate to be easily readable, so i need to format the text in a way that makes sense (i’m taking inspiration from TOML)


hopefully its done next devlog, but no promises lol :skulker:

0
22

Comments 1

@aavarvd

Whoa! Looks so cool!