top of page

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