Universal AI
This page covers the integration of Universal AI and Game Kit Controller
What is Universal AI?

Universal AI allows game developers to create AAA-quality AI characters in a few minutes. The system allows users to extend the system, understand the code; add features, disable features, and much more.
Customizable - Easy to add custom actions, behaviors & animations with examples.
Animation Wizard - Easily set up animations for your AI, with our custom animator creator wizard.
Setup Manager - With a few clicks, create your AI with our advanced AI setup wizard.
Integration Steps
Open the script health.cs from Game Kit Controller and add this code:
using UniversalAI; and , universalDamageable.
Rename the file GKCUniversalAIDamageDetectionInterface.txt as .cs and attach it to the Universal AI objects:
And that is all needed, the damage detection will be applied between both characters, GKC player and Universal AI objects.
Last updated
Was this helpful?