There is a bug in refreshing BBParameters within a list when adding them, which I will of course need to fix.
For a quick and dirty solution, please open up Task.cs file and add this piece of code anywhere in the class:
1
2
3
4
5
6
[ContextMenu("Refresh")]
publicvoidRefresh(){
BBParameter.SetBBFields(this,blackboard);
}
This will create a context menu option (shown when clicking the gear icon or right clicking the title of the task).
Once you have added the list elements, please select the “Refresh” option from that menu and the blackboard will be set.
Please note that this will only work in version v2.8+ (since [ContextMenu] attribute possibility was added in v2.8 only).
Once again, this needs to be fixed in future version, probably a dot version hotfix.
Thank you!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.