Version: Unity 6.0 (6000.0)
언어 : 한국어
Use Rigidbody sleeping to improve physics performance
Optimize Rigidbody component collision detection modes

Adjust Rigidbody component solver iterations

Adjust solver iteration counts for individual Rigidbody components to improve simulation results.

If a specific Rigidbody component in your scene requires higher simulation accuracy or stability, such as preventing jittering in stacks or ensure joint stability, adjust its solver iteration count individually. Increasing solver iterations uses more CPU time for that specific Rigidbody component. This targeted approach is more efficient than increasing the global solver iteration count, which would affect all Rigidbody components.

To adjust the solver iterations for a specific Rigidbody component, use Rigidbody.solverIterations on that specific component. This setting overrides the global project setting for that Rigidbody component only.

To configure the global setting for all Rigidbody components in your project:

  1. Select Edit > Project Settings to open the Project Settings window.
  2. Select the Physics > Settings tab.
  3. Select the GameObject tab.
  4. Adjust the Default Solver Iterations value.

Additional resources

Use Rigidbody sleeping to improve physics performance
Optimize Rigidbody component collision detection modes
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961