unity

Installation
SKILL.md

Unity Guide

Applies to: Unity 2022 LTS+, C#, Games, VR/AR, Simulations, Interactive Media

Core Principles

  1. Component-Based Architecture: One MonoBehaviour = one responsibility
  2. Composition Over Inheritance: Combine components on GameObjects; avoid deep class hierarchies
  3. Data-Driven Design: Use ScriptableObjects for configuration and shared data
  4. Event-Driven Communication: Decouple systems with C# events, UnityEvents, or ScriptableObject events
  5. Cache Everything: Never call Find, GetComponent, or allocate in Update

Guardrails

MonoBehaviour Rules

Installs
10
Repository
ar4mirez/samuel
GitHub Stars
8
First Seen
Mar 1, 2026
unity — ar4mirez/samuel