beehave
beehave copied to clipboard
Blackboard as resources
Is your feature request related to a problem? Please describe. I was a bit confused when I saw blackboards are nodes, because passing them among behaviour trees seems more complicated and "dirty"
Describe the solution you'd like Blackboards as resources! I'm very new to game AI but blackboards so far seem to me more similar to how a resource works rather than a node
Describe alternatives you've considered /
Additional context I'm very new at game AI and i just installed Beehave. I may have just gotten it all wrong. If that's the case, carry on ^^ I won't be angry if this issue is closed as non relevant!
Interesting idea - to maintain backwards compatibility, we could introduce a new resource called BlackboardData which is a resource. Blackboards themselves could then load those.
Perhaps this could be done in 3.0 since the current system works well enough and 3.0 will have breaking changes anyways.