What problem does it solve?
This Skill addresses the challenge of ensuring Unity C# code is performant, adheres to best practices, and avoids common pitfalls like excessive garbage collection allocations.
Core Features & Use Cases
- Code Review: Analyzes Unity C# scripts for performance bottlenecks and adherence to best practices.
- Optimization Suggestions: Provides actionable recommendations to improve code efficiency and reduce memory usage.
- Best Practice Enforcement: Ensures compliance with established Unity development standards.
- Use Case: A game developer can use this Skill to automatically review their C# scripts, identifying areas in
Update loops that cause performance degradation and suggesting optimizations like component caching or object pooling.
Quick Start
Run the unity-reviewer script to analyze the current Unity project's C# code for performance issues.