ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

Physics component

Simulate physics in your project to ensure that the objects correctly accelerate and respond to collisions, gravity, and various other forces.
読み終わるまでの所要時間 1 分最終更新 2ヶ月前

Physics properties

Adjust how objects move and interact with gravity. You can set the mass of the object and choose whether it’s affected by gravity.
ヒント
Disable physics if you don't want gravity to affect your GameObject.

Property

Description

MassDefine the mass of the object.
Use GravityEnable for gravity to impact the object. Object falls during Play mode unless it's grounded. Disable for gravity to have no impact.

Additional resources