<aside> 💡 If you would like to see a particular demo case, please let me know in the discord channel!

</aside>

The best way to learn how to use any new packages is to open up the demo scenes and see how it is set up. I will do my best to describe what features they cover, why and how we may want to extend it.

Overview

There are 3 demo scenes currently, they can all be found at Assets/TinnyStudios/UtilityAI/Examples:

  1. Onboarding Demo, shown in the Getting Started Guide.
  2. Village Farmer Hero, show case a real time example of a hero who works, eat, sleep, buys a sword and kills monsters.
  3. Turn Base Spell, show case an example of a turn base combat game. The agent here selects the best move based on the elemental types.

To explain demos, I will making a video instead as it’ll make more sense to navigate, reference and talk about.

<aside> 💡 Apologies in advanced, I’m not a content creator so it can be a little dry at times but it explains all the thoughts behind the example.

</aside>

Village Farmer Hero

UtilityAIFramework-DemoWalkThrough-FarmerHero.mkv

Turn Base Spell

UtilityAIFramework-DemoWalkThrough-TurnBaseSpell.mkv

Important to Note