Version: 2019.1
public bool useMultithreading ;

Description

Should physics simulation use multithreading?

Turning on multithreading executes the simulation steps using the job system, and uses the options in PhysicsJobOptions2D to control how to achieve that. Turning off multithreading executes the simulation only on the main thread, and does not use the options in PhysicsJobOptions2D.