home.social

#behaviortree — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #behaviortree, aggregated by home.social.

fetched live
  1. Successful 27 day ++ (with ) project integrated with my written, debugged, and full functionality testing with one to two daily sessions on the free web browser interface.

    I had to remind/request Claude use and and some but all other implementation decisions were as I would choose.

  2. Playing around with , a new animation framework by @aarthificial. It's pretty cool! Here's a behaviour tree

  3. Any #UnrealDev out there have a stance on behavior trees vs tasks/services for your AI logic? Decorators are so damn powerful I'm tempted to use BTs for the majority of logic and keeping tasks/services very small in scope. This explodes the number of branches in the BT, which I don't mind, so I'm curious if there are any perf implications when leaning on BT for logic vs keeping more of the decision making logic in bulkier tasks that may be BP or C++.
    #GameAI #GameDev #UnrealEngine #UE4 #UE5 #BehaviorTree #Blueprint