Character actions quick start
Add a working Move To action to your NPC using ConvaiActionConfigSource, ConvaiActionDispatcher, and TransformMoveToActionExecutor without writing any scripts.
Prerequisites
Configure the action pipeline
1
2
3
4
Add TransformMoveToActionExecutor


Verify the setup
ConvaiCharacter
ConvaiActionConfigSource ← action definitions + target objects
ConvaiActionDispatcher ← receives and executes batches
TransformMoveToActionExecutor ← performs the move behavior[ConvaiActionDebugProbe] Step succeeded #1: cmd='Move To crate', def='Move To', target=Object:CrateRuntime behavior
Next steps
Action executorsWrite a custom action executorConfigure character actionsLast updated
Was this helpful?



