search_constraints
Verify UdonSharp constraints for C# features like List or LINQ to prevent invalid Udon, and discover supported alternatives.
Instructions
WHEN: BEFORE using any C# feature in UdonSharp (List, Dictionary, Coroutine, LINQ, async, generics, etc.). HOW: check constraints and use documented alternatives. Skipping this causes invalid Udon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Constraint to check BEFORE using a C# feature (e.g. List<T>, Coroutine, LINQ) |