list_prefabs_with_component
Find all prefabs in the project that include a specified Unity component type, such as Animator or Rigidbody.
Instructions
List prefabs that contain a given component type (e.g. Animator, Rigidbody).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_type | Yes | e.g. Animator, Rigidbody |