Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 multithreadingLearn about the single-thread limitation for C# on the Web platform, the multithreading solutions Unity provides, and their prerequisites.
Multithreading with Burst in Unity WebEnable multithreading on the Web platform using the Burst compiler and learn best practices for authoring parallel C# jobs.

Additional resources