March 22, 2023
Unity’s Sébastien L'Heureux shares more about the new Data Modes pattern so developers can make the most of Editor workflows specific to projects using ECS for Unity.
March 14, 2023
In the second installment of this two-part article, Software Engineer Kevin Vacheresse looks at job system overhead from Unity’s former job system and how the engineering team has addressed this in the 2022.2 Tech Stream release. With part two, discover the latest changes made to...
February 24, 2023
In this two-part article, Software Engineer Kevin Vacheresse looks at job system overhead users had with Unity’s former job system and how the engineering team has addressed this in the 2022.2 Tech Stream release. For part one, get to know some of the background on this paralleli...
December 8, 2022
Explore the latest Tech Stream for early access to the latest features in the next Unity LTS.
November 23, 2022
This is the ninth installment of Unity’s Games Focus series, which highlights key product development initiatives year ahead and beyond. In this blog, we cover the status, upcoming release plans, and future vision for enabling you to build more ambitious games.
September 20, 2022
Explore the latest tech available within the Unity ecosystem to create your multiplayer game – from netcode SDKs to tooling support.
March 14, 2022
The latest version of the Burst package comes with some great improvements to both iteration time and the Burst Inspector. In this post, we’ll look at what’s changed and how our High Performance C# (HPC#) compiler technology can now help you improve performance on all platforms w...
November 25, 2020
The Unity Burst Compiler transforms your C# code into highly optimized machine code. One question that we get often from our amazing forum users like @dreamingimlatios surrounds in parameters to functions within Burst code. Should developers use them and where? We’ve put together...
September 7, 2020
The Unity Burst Compiler transforms your C# code into highly optimized machine code. Since the first stable release of Burst Compiler a year ago, we have been working to improve the quality, experience, and robustness of the compiler. As we’ve released a major new version, Burst ...
August 17, 2020
As part of a recent session at Unite Now, we discussed how technology in the Burst compiler enables developers who are building projects with Unity to take advantage of the Arm Neon instruction set. You can use the Burst compiler when targeting Android devices to improve the perf...
May 27, 2020
Since the first stable release of Burst Compiler a year ago, we have been working to improve the quality, experience, and robustness of the compiler. As we’ve released a major new version, Burst 1.3, we would like to take this opportunity to give you more insights about why we ar...
November 27, 2019
We’re rebuilding the core of Unity with our Data-Oriented Tech Stack, and many game studios are already seeing massive performance wins when using the Entity Component System (ECS), the C# Job System, and the Burst Compiler. At Unite Copenhagen, we had a chance to sit down with F...