Reply To: Some questions and requests regarding serialization

Forums 💬 NodeCanvas 🗨️ General Discussion Some questions and requests regarding serialization Reply To: Some questions and requests regarding serialization

#13593
Gavalakis
Keymaster

    Hello again,

    Thanks for the follow up and confirmation about changing hideFlags. The Unity_2018_3_OR_NEWER preprocessor is there due to the prefabType checking, but if setting hideFlags to DontSave works the same in 2018.3 then there will be no need for that. I still need to do further testing to ensure everything works as expected before changing these though 🙂

    Regarding [fsProperty], it indeed keeps serializing the field with the attribute provided name. For what you suggest, I will need to make something different than what [fsProperty] does. I will take a look at that in a future version (v2.9 just gone live) 🙂

    Thanks!