평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
Unlike traditional AI which uses convoluted statemachines and tons of transitions, Goal Oriented Action Planning keeps AI simple, natural and scalable.
This is achieved by using actions and goals. Actions are independent processes which regulate themselves, while goals are used as guidelines for behavior. Thanks to goals the GOAP algorithm knows which actions go together to get certain behavior.
How does the algorithm know which actions go together to satisfy a goal? Actions and goals use conditions, which consists of a string and a value. The action 'Attack Ranged' for example has the precondition [ "hasRangedWeapon", true ]. The action 'Equip Ranged Weapon' has the effect [ "hasRangedWeapon", true ]. Thus the algorithm knows to first equip the ranged weapon, and then use it to attack. This leads to natural, dynamic behavior without ever having to code any transitions!
This asset comes with a ready to use framework and a read me thoroughly explaining how Goal Oriented Action Planning works in both theory and practice. A demo scene is included as well, which showcases 4 actions and 2 goals. A read me for the demo scene is included.
Goal Oriented Action Planning (Artificial Intelligence)
