Reply To: BUG (critical): ActionListPlayer deserialization

NodeCanvas Forums Support BUG (critical): ActionListPlayer deserialization Reply To: BUG (critical): ActionListPlayer deserialization

#11631
bcristian
Participant

Hello
You left the SendTaskOwnerDefaults call in OnValidate in the new version, which brings back the initial issue.
However, simply commenting it out leads to the missing task owner error.
I’ve added the [ExecuteInEditMode] attribute to the script, which causes Awake to be called, which in turn calls SendTaskOwnerDefaults.
Ran a few tests, seems to be working.
Could you please confirm if this is a proper fix?