Hello,
Thanks for the report. To fix this, please keep the OnAfterSerialization method as it originally was and instead change the method UpdateTaskOwner to be like this:
1
2
3
4
5
6
7
8
9
publicvoidUpdateTasksOwner(){
actionList.SetOwnerSystem(this);
foreach(varainactionList.actions){
a.SetOwnerSystem(this);
BBParameter.SetBBFields(a,blackboard);
}
}
Let me know if that works for you.
Thanks 🙂
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.