unity_asset_import
Import an external file into the Unity project as an asset by specifying the source file path and the destination inside the Assets folder.
Instructions
Import an external file into the Unity project as an asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Absolute path to the source file on disk | |
| destinationPath | Yes | Destination path inside Assets/ folder | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |