Project information and configuration.
Scanned 2/12/2026
Install via CLI
openskills install Besty0728/Unity-Skills# Project Skills
Project information and configuration.
## Skills
### `project_get_info`
Get project information including render pipeline, Unity version, and settings.
**Parameters:** None.
### `project_get_render_pipeline`
Get current render pipeline type and recommended shaders.
**Parameters:** None.
### `project_list_shaders`
List all available shaders in the project.
**Parameters:**
- `filter` (string, optional): Filter by name.
- `limit` (int, optional): Max results (default 50).
### `project_get_quality_settings`
Get current quality settings.
**Parameters:** None.
No comments yet. Be the first to comment!