unity-csharp-scripting

Installation
SKILL.md

Unity C# Scripting Patterns

Overview

Core C# scripting reference for Unity development. Covers MonoBehaviour lifecycle, physics and collision APIs, animation scripting, audio, navigation, common design patterns, serialization, and ECS/DOTS coding patterns.

MonoBehaviour Lifecycle

Execution Order

Awake() -> OnEnable() -> Start() -> FixedUpdate() -> Update() -> LateUpdate() -> OnDisable() -> OnDestroy()
Related skills

More from josiahsiegel/claude-plugin-marketplace

Installs
18
GitHub Stars
35
First Seen
Apr 4, 2026