Simulation substep count (read only)
Truss Physics simulation uses Unity’s fixed timestep defined in Edit>Project Settings>Time. Truss Physics can also split each timestep on several substeps. The number of substeps is power of two and equal to 2n where n is the substep power. The size of each substep is dT/2n where dT is Unity’s fixed timestep.