01Identifies performance bottlenecks in Update loops and string operations
02Audits component caching strategies to prevent redundant GetComponent calls
03Validates Unity-specific field visibility and [SerializeField] patterns
04Checks for XML documentation and consistent code organization standards
05Verifies physics-related code placement between Update and FixedUpdate
0632 GitHub stars