Version: 2019.3
public bool useConsistencySorting ;

説明

Should physics simulation sort multi-threaded results to maintain processing order consistency?

When executing simulation steps on multiple CPU threads, separate batches of data are produced. Processing these separate batches reduces determinism in processing order, although produces faster results. If maintaining a consistent processing order becomes important to the simulation, then set this option to true. However, this involves sorting results, which can reduce overall performance.