Version: Unity 6.4 Alpha (6000.4)
Language : English
Cache behavior in Web
Introduction to Web multithreading

Multithreading in Unity Web

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.

Additional resources

Cache behavior in Web
Introduction to Web multithreading