unity-ecs-patterns

Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler.

Content Preview
---
name: unity-ecs-patterns
description: "Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Unity ECS Patterns

Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler.

## Use this skill when

- Building high-performance Unity games
- Managing thousands of entities 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/unity-ecs-patterns.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/unity-ecs-patterns/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/unity-ecs-patterns/SKILL.md

Related Skills