find_scripts_by_content
Locate C# scripts matching a specified type or pattern, with optional namespace filtering to narrow results.
Instructions
Find C# scripts that contain a type or pattern (e.g. MonoBehaviour, ScriptableObject, or custom). Optionally filter by namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Pattern to search for, e.g. MonoBehaviour or a type name | |
| namespace_filter | No | Optional namespace pattern, e.g. Game.* |