list_project_assets
List asset files in a Unity project directory recursively, excluding .meta files, with optional pattern and limit filtering.
Instructions
Listet Asset-Dateien eines Projekts (rekursiv, ohne .meta). pattern z.B. '*.cs'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| subdir | No | Assets | |
| pattern | No | * | |
| limit | No |