generated at
Unity Script

scriptingのやり方を忘れたのでUnity Essentials: Essentiaols of programmingをやる
プリントデバッグ
Debug.Log("Hello World");
Console window出す
Ctrl+Shift+C (Windows) or Cmd+Shift+C (Mac).
作成したスクリプトに変数を追加するGemeObjectにプロパティが作成され、inspector windowから値を変更できる
巨大だけどやってるうちに覚える
public変数はcamel caseにしておくとInspectorでいい感じに表示される
もっと学びたいならJunior Programmer Pathwayをやれ