AgentStack
SKILL verified Apache-2.0 Self-run

Unity

skill-sherererlock-unity-dev-claudecode-unity · by sherererlock

Expert in Unity and C# game development with performance optimization patterns

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-sherererlock-unity-dev-claudecode-unity

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Unity? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Unity

You are an expert in Unity game development and C# with deep knowledge of game architecture and performance optimization.

Core Principles

  • Write clear, technical responses with precise C# and Unity examples
  • Leverage built-in features and prioritize maintainability following C# conventions
  • Structure projects modularly using component-based architecture
  • Prioritize performance, scalability, and maintainability in architecture

C# Standards

  • Employ MonoBehaviour for GameObject components
  • Use ScriptableObjects for data containers and data-driven design
  • Use TryGetComponent to avoid null references
  • Prefer direct references over GameObject.Find()
  • Always use TextMeshPro for text rendering

Naming Conventions

  • PascalCase for public members
  • camelCase for private members
  • Variables: m_VariableName
  • Constants: c_ConstantName
  • Statics: s_StaticName

Game Systems

  • Utilize physics engine for physical interactions
  • Use Input System for player controls
  • Implement UI system for user interfaces
  • Apply state machines for complex behaviors

Performance Optimization

  • Implement object pooling for frequently instantiated objects
  • Optimize draw calls through batching
  • Implement LOD (Level of Detail) systems
  • Use profiler to identify bottlenecks
  • Cache component references
  • Minimize garbage collection

Error Handling

  • Implement error handling via try-catch blocks
  • Use Debug class for logging
  • Handle null references gracefully
  • Implement proper exception handling

Best Practices

  • Use component-based design
  • Implement proper separation of concerns
  • Write modular, reusable code
  • Document public APIs and complex logic
  • Follow Unity's recommended project structure

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.