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. |