Reply To: blackboard.OnAfterDeserialize import order

NodeCanvas Forums Support blackboard.OnAfterDeserialize import order Reply To: blackboard.OnAfterDeserialize import order

#14318
toro_rosso
Participant

hi,

we use 2018.3.4f1. we are upgrading to 2019.1.2f1 this week.

I dont think your code will help in our case. clearly, when OnAfterDeserialize is called, other object reference *might* not have been loaded yet.

the blackboard (i suspect it happens for graphs as well) is in a prefab, yes. the null object reference is somewhere else in Assets.

we are thinking of moving this serialization further in the initialization process, in Awake maybe. we dont know if it’s possible yet.