Unity Learn home
View Tutorial Content

Part 2: Data design

Tutorial
Advanced
+5 XP
15 Mins
(84)
Overview
Summary
In this section of the DOTS Best Practices guide, you will:
  • Learn how to design your data structures for maximum efficiency before writing your first line of DOTS code
  • Learn about blittable data and managed types, and why your data should be blittable
  • Consider how your code will access your data at runtime
Select your Unity version
Last updated: April 03, 2023
2022.1
2021.3
2020.1
Language
English
Also included in
Unity Pro
The complete solution for professionals to create, operate and monetize.
Part 2: Data design