list_scripts_by_assembly
Retrieve all C# script paths belonging to a specified assembly name or .asmdef file to locate scripts within that assembly.
Instructions
List C# script paths that belong to a given assembly (by name or asmdef path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assembly_name_or_path | Yes | Assembly name e.g. Assembly-CSharp or path to .asmdef |