How ‘s the new version going?
BTW, I need to create some property of game roles like HP, MP, Power…Normally the way is make some public property in the game role class but in Unity it is different. So I use blackboard to do it.
When a game role has been created it will create a dynamic blackboard to save property. And I make a task to read and write values from and to any other blackboard. Like the Model in MVC? I don’t sure.
It seems working. But because I am a poor coder so I don’t sure the blackboard is fitting it. After all, in NC all blackboard is working with trees.