# tsc-examples > Unity 6 Code Patterns Skill. providing canonical C# examples for generation ($code). - Author: NuThao - Repository: Hai3Ne/tsc-unity-kit - Version: 20260127125336 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Hai3Ne/tsc-unity-kit - Web: https://mule.run/skillshub/@@Hai3Ne/tsc-unity-kit~tsc-examples:20260127125336 --- --- name: tsc-examples description: Unity 6 Code Patterns Skill. providing canonical C# examples for generation ($code). --- # TSC Examples Skill ## When to use this skill - **Generation:** When user runs `$code`. - **Learning:** When asked "How to write X in TSC style?". ## How to Generate Code ($code) 1. **Reference:** Read `MonoBehaviourStyle.cs` (located in this folder). 2. **Pattern:** Copy the Region structure, Access Modifiers, and Async logic. 3. **Adapt:** Rename class and add fields requested by user.