Unity · 6000.2

Free Unity 6 Project: DOTS EntityComponentSystemSamples (Unity)

Original title: EntityComponentSystemSamples (DOTS Samples)

Free Unity 6 Project: DOTS EntityComponentSystemSamples (Unity)
Preview from the original source by Unity Technologies

Overview

EntityComponentSystemSamples is the official DOTS sample collection from Unity Technologies, currently maintained for Unity 6 (6000.2). The repository holds three separate Unity projects, EntitiesSamples, PhysicsSamples and NetcodeSamples, which walk through ECS, Unity Physics, Netcode for Entities and the Baking workflow, with Burst, the Jobs system and URP used throughout.

Everything is hosted as a GitHub repository under the Unity Companion License, so you can clone it directly and open whichever of the three projects you need. It is a solid reference for anyone moving from MonoBehaviour-based code to data-oriented design in Unity.

What You Can Learn

  • ECS fundamentals with the Entities package
  • Unity Physics setup in a DOTS project (PhysicsSamples)
  • Netcode for Entities multiplayer samples
  • Baking workflow for DOTS content
Visit Original Project

Access: Free direct download