Skip to main content
Back to registry

unity-ecs-patterns

wshobson/agents

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

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill unity-ecs-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler. - Building high-performance Unity games - Managing thousands of entities efficiently - Implementing data-oriented game systems - Optimizing CPU-bound game logic - Converting OOP game code to ECS - Using Jobs and Burst for parallelization - Use ISystem over SystemBase - Better performance - Burst compile everything - Massive speedup - Batch structural changes - Use ECB - Profile with Profiler - Identify bottlenecks - Use Aspects - Clean component grouping - Don't use managed types - Breaks Burst - Don't structural change in jobs - Use ECB - Don't over-architect - Start simple - Don't ignore chunk utilization - Group similar entities - Don't forget disposal - Native collections leak

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does unity-ecs-patterns do?

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

Is unity-ecs-patterns good?

unity-ecs-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does unity-ecs-patterns work with?

unity-ecs-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to unity-ecs-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install unity-ecs-patterns?

npx skills add https://github.com/wshobson/agents --skill unity-ecs-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering