top of page

TOSHICHAN
Unityでスクリプト&簡単な実装サイト
重力操作(3D)
public Rigidbody3D test;
void Start () {
test.gravityScale = 0.2f;
}
bottom of page
public Rigidbody3D test;
void Start () {
test.gravityScale = 0.2f;
}