get_assembly_for_path
Retrieve the assembly (.asmdef name and path) for a given asset path (script or folder). Helps identify which assembly contains the asset in a Unity project.
Instructions
Get the assembly (asmdef name and path) that contains the given asset path (script or folder).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | e.g. Assets/Scripts/Player.cs or Assets/Scripts |