asset_move
Move Unity assets to different folders by specifying source paths and target directories. This tool helps organize project files within the Unity Editor.
Instructions
Move an asset to a different folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Current asset path (e.g. Assets/Materials/Wood.mat) | |
| destinationFolder | Yes | Target folder (e.g. Assets/NewFolder) |