DOTS platform packages

I see these various dots platform preview packages what are they and do I need them for DOTS based projects? I don’t see any extensive documentation on them any where.

from Unity’s Official Discord , DOTS channel , pinned post

Github
DOTS Samples (Entities & Physics): GitHub - Unity-Technologies/EntityComponentSystemSamples

Documentation
Entities: Redirecting to latest version of com.unity.entities
Mathematics: Redirect to... title of new-page
Burst: Redirecting to latest version of com.unity.burst
Unity Physics: Redirecting to latest version of com.unity.physics
Havok Physics: Redirecting to latest version of com.havok.physics

API
Entities: Redirecting to latest version of com.unity.entities
Mathematics: Redirect to... title of new-page
Burst: Redirecting to latest version of com.unity.burst
Unity Physics: Redirecting to latest version of com.unity.physics
Havok Physics: Redirecting to latest version of com.havok.physics

Changelog
Entities: Redirecting to latest version of com.unity.entities
Mathematics: Redirect to... title of new-page
Burst: Redirecting to latest version of com.unity.burst
Unity Physics: Redirecting to latest version of com.unity.physics
Havok Physics: Redirecting to latest version of com.havok.physics

Website
DOTS landing page: DOTS - Unity’s Data-Oriented Technology Stack
Megacity landing page: https://unity.com/megacity

Forums
DOTS subforum: Unity Engine - Unity Discussions

2 Likes

They are for DOTS runtime (related to Tiny), you don’t need them for your DOTS development

1 Like

ah cool was wondering what they were. ty