Skip to main content

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

  1. Import Soul Kernel Unity package via git
  2. Set up SoulServiceClient scriptable object
  3. Design NPC prefab with animator & voice
  4. Handle dialogue loops with Ask()
  5. Persist NPC digital twin across scenes
Stay tuned for detailed steps.