公式サイト rim, y
対応Platform Win/Mac/iOS/Android/PS3,4/XBox/Wii
Unity3/4/5/2017/2018/2019
約 50% の市場占有率 。スクリプト生成時の選択肢からJavaScriptが消えたのは、正確には「Unity 2017.2ベータ版」から。
Unity | C# | ぶっちゃけ何でも | PC,Mobile, WebGL, WindowsStore, Xbox, PS4, NintendoSwitch, tvOS, PSVita, Facebook etc… |
Unreal engine 4(UE4) | ブループリント, C++ | 3D/2Dゲーム開発,アートの作成など | PC, Mobile, HTML5, WindowsStore, Xbox, PS4, NindentoSwitch etc… |
UnityHub2.0.2をダウンロード。異なるバージョンを管理できる。アカウント作成。Personalライセンス。 収入ならびに資金調達(自己資金を含む)の合計が年間 10 万ドルを超えない場合に使用できます。
2017.1.5f1のバージョンをWin8.1にインストールしたらVS2017Comminityもインストールされる。



transform.position += new Vector3(Input.GetAxis(“Horizontal”) * Time.deltaTime, 0f, 0f);
Debug.Log(transform.position.x);