unity_script_read
Read the contents of a C# script file from the Unity project by specifying its asset path.
Instructions
Read the contents of a C# script file from the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Asset path of the script | |
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. |