unity-csharp
Installation
SKILL.md
Unity C# Skill
Version: 2.0 Stack: Unity, C#
Patterns for writing clean, performant Unity C# code. Includes VR/mobile optimization.
Scope and Boundaries
This skill covers:
- MonoBehaviour lifecycle and component architecture
- Unity-specific C# patterns (caching, events, coroutines, null safety)
- Performance optimization (draw calls, batching, LODs, pooling)
- VR/mobile performance targets and profiling
- ScriptableObject usage