FlowGraph icon indicating copy to clipboard operation
FlowGraph copied to clipboard

Add missing serialization calls for saved data structs

Open dyanikoglu opened this issue 1 year ago • 3 comments

Not sure why those calls were not included in serialize functions.

dyanikoglu avatar Aug 26 '24 15:08 dyanikoglu

@dyanikoglu this change doesnt include a version for the manual serialization, so not all changes in newer version will be backwards compatible.

rweber89 avatar Nov 25 '24 08:11 rweber89

Indeed, this might break loading already created saves in released games. Is there a specific reason why you proposed these changes? I understand that current code feels incomplete, but works fine with properties marked as SaveGame?

MothDoctor avatar Feb 01 '25 12:02 MothDoctor

In my custom save system, I'm serializing those structs manually and writing into saved data. If it's likely break compatibility with existing projects, the PR can be closed.

dyanikoglu avatar Feb 01 '25 12:02 dyanikoglu