Multithreading in Unity Web
Explore the fundamentals of multithreading on the Web platform to understand its limitations and learn how to run parallel code.
Read time 1 minuteLast updated 12 days ago
Explore the fundamentals of multithreading on the Web platform to understand its limitations and learn how to run parallel code.
Topic | Description |
|---|---|
| Introduction to Web multithreading | Learn about the single-thread limitation for C# on the Web platform, the multithreading solutions Unity provides, and their prerequisites. |
| Multithreading with Burst in Unity Web | Enable multithreading on the Web platform using the Burst compiler and learn best practices for authoring parallel C# jobs. |