Unity NPC Tutorial
Create an emotionally intelligent NPC powered by Soul Kernel in Unity.🚧 Draft — Full tutorial in progress.
Prerequisites
- Unity 2022.3 LTS with URP
- Sentis package for ONNX inference
- Rust toolchain for kernel build
Outline
- Import Soul Kernel Unity package via git
- Set up
SoulServiceClientscriptable object - Design NPC prefab with animator & voice
- Handle dialogue loops with
Ask() - Persist NPC digital twin across scenes