Unity AI Tutorial: Sims-Style AI (Part 3 – AI Blackboard)
You may also like
Page 20 of 20
As the complexity of our AIs increases we often need a way for AIs to store and share information. A common solution for this is an AI Blackboard. In this tutorial we’ll be setting up an AI blackboard that tries to balance performance as well as supporting generic information where needed.
📂 Grab the full project ➠https://github.com/GameDevEducation/UnityTutorial_SimsStyleAI/tree/Part-3-AI-Blackboard