NpcComposer
6 tools in this family (folder Editor/Tools/NpcComposer/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
npc_attach_to_unity_object | writes | Attach a BurilNpcRuntime shell component to a scene GameObject and wire the NpcCard reference. |
npc_create_character_card | writes | Create or update an NPC persona card (ScriptableObject) under Assets/NpcCards/<name>.asset. |
npc_export_to_convai | writes | Export an NPC card to Convai via the Character API (https://api.convai.com/character/create). |
npc_export_to_local_llm | writes | Export an NPC card to a local LLM. |
npc_export_to_voiceagent | writes | Export an NPC card to Inworld AI Studio via the Characters REST API |
npc_test_dialogue | read-only | Test an NPC's dialogue at edit time. Sends a player line to the NpcCard's system prompt |