beehave icon indicating copy to clipboard operation
beehave copied to clipboard

Blackboard as resources

Open QbieShay opened this issue 1 year ago • 2 comments

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!

QbieShay avatar Dec 23 '23 16:12 QbieShay

Interesting idea - to maintain backwards compatibility, we could introduce a new resource called BlackboardData which is a resource. Blackboards themselves could then load those.

bitbrain avatar Dec 26 '23 09:12 bitbrain

Perhaps this could be done in 3.0 since the current system works well enough and 3.0 will have breaking changes anyways.

RedstoneParadox avatar Jan 10 '24 04:01 RedstoneParadox