Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.21 KB

File metadata and controls

19 lines (13 loc) · 1.21 KB

New Entities project setup

With Unity 2022.2, create a new project from either an HDRP or URP template, then add the DOTS packages that you need by name from the package manager:

add package

  • com.unity.entities
  • com.unity.entities.graphics (for rendering entities)
  • com.unity.collections (unmanaged collection types)
  • com.unity.physics (for collision detection and physical simulation of entities)
  • com.havok.physics (alternative Havok-provided "backend" for physics)
  • com.unity.netcode (for entities-driven server-client multiplayer)

These packages will include com.unity.burst and com.unity.mathematics as dependencies.

When working in an Entities project, you normally want these two settings: