folder_create
Creates or reuses a folder chain in FMOD Studio by path, such as "UI/HUD", for event or asset organization. Safely repeatable; existing folders are reused, and unsupported asset folders return a clear error.
Instructions
Find-or-create a folder chain (e.g. "UI/HUD" resolves/creates UI then HUD) — safe to call repeatedly, reuses existing folders.
Args: kind: EventFolder | AssetFolder. AssetFolder isn't creatable in FMOD Studio 2.03.14 (errors clearly rather than no-op'ing). path: Slash-separated, e.g. "UI/HUD".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| path | Yes |