• ⚡💰 Upgrade Your Account & Get Premium Benefits! 💰⚡

  • 🚀 HOW TO EARN CREDITS, LOCK THREADS & HIDE THREADS! 🚀

[Unity] Behavior 2 Game Creator 2 by Catsoft Works v2.1.6

Astaroth

Moderator
Moderator
LV
1
 
Joined
Oct 13, 2023
Reputation
9
Reaction score
54
Points
29
Awards
2
Credits
1,887
0cf372fb-db0e-4665-abe6-02f978480512.webp

Description
This module requires Unity 6 and Game Creator 2 in order to work.
Create your own behavioral AI systems using 4 industry-standard techniques.
State Machines are the easiest and most intuitive tools to use. At any given time an agent can be executing a single state, and has a list of transitions to other ones.
Behavior Trees offer a way to keep systems more organized. It comes with all the common types of nodes, such as Tasks and Sub Graphs.
Composites nodes allow to branch the logic into multiple paths, using Selectors and Sequence types, among others.
Decorator nodes allow to transform the result of executing its child nodes. For example, using the Inverse decorator turns a Failure result into a Success.
GOAP or Goal Oriented Action Planning is a novel technique in which you define multiple tasks of things to do, without any order and the behavior brain will figure out the best possible combination at any given time in order to fulfill a list of Goals.
Utility AI (also known as Needs-based AI) is an advanced behavioral AI technique that allows to define how much a Task node should be prioritized over others using a dynamic numeric value and an easing curve.
This is extremely useful to create games such as The Sims, where each character has different needs based on their personality traits and current context.
Includes
  • Source code
  • Examples & Templates
Learning Resources



You must reply in thread to view hidden text or upgrade your account to always see hidden content.

 
Back
Top