Converting Your Game to DOTS
Offered By: Unity via YouTube
Course Description
Overview
Explore the process of migrating existing game code to Unity's Data-Oriented Technology Stack (DOTS) in this 44-minute conference talk from Unite Copenhagen. Gain insights into the C# Job System, Entity Component System (ECS), and Burst Compiler, understanding their performance benefits and optimal use cases. Learn when to implement DOTS and when to stick with traditional components. Follow along as speaker Mike Geig demonstrates the integration process using an example project, covering topics such as converting to Entity, working with Native Arrays, handling rotation, implementing player-following behavior, and utilizing enemy tags. Evaluate the performance improvements achieved through DOTS implementation and determine its suitability for your game development projects.
Syllabus
Intro
When to integrate DOTS
How to integrate
Example project
Converting to Entity
Native Arrays
Rotation
Turn Towards Player
Enemy Tag
Performance
Taught by
Unity
Tags
Related Courses
How ABB Shapes the Future with Microsoft HoloLens and UnityUnity via YouTube Overview of Havok Physics in Unity - Unite Copenhagen
Unity via YouTube Tales from the Optimization Trenches
Unity via YouTube Introduction to Unity.Mathematics
Unity via YouTube Optimizing and Deploying Real-Time Ray Traced Global Illumination with RTXGI – Unite Copenhagen
Unity via YouTube