usdkit-runtime-developer
Installation
SKILL.md
USDKit Runtime Developer
Quick Start
Use this skill for in-process USD stage work from Swift. For hand-authored
.usda edits, package inspection, CLI conversion, or usdchecker validation,
switch to $usd-editor.
- Confirm the target uses the 27 SDKs and can
import USDKit. - Decide whether the task belongs to runtime USDKit or the
usd*command-line asset pipeline. - Load the USDKit decision reference, then the USDKit framework reference.
- Keep
USDStage,USDPrim,USDLayer, and nested property work on one actor; these types are not Sendable. - For live RealityKit display, use
USDStageComponentfrom the RealityKit skill; for Spatial Preview streaming, keep$spatial-preview-developer.