0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Unity入門 01 環境構築

Posted at

#はじめに
メインはサーバサイドJavaなのだけど、業務でUnityとC#使うかもってことで学習開始。

参考書籍

  • 新・標準プログラマーズライブラリ なるほどなっとく C#入門
  • Unityの教科書 Unity2019完全対応版 2D&3Dスマートフォンゲーム入門講座

環境

Windows 10 で勉強開始。
Macはもっていません。

Unity Hubのインストール

https://unity3d.com/jp/get-unity/download
上記からダウンロード
exeを実行するとUnity Hubがインストールされる。
参考書籍では合わせてVisual Studioがインストールされる記述になっていたがインストーラーが変わったのかわたしのやり方がまずかったのかインストールされなかった。

#Visual Studioのインストール
Unity Hubを実行し、「インストール > インストール済みUnityのメニュー(3つの点) > モジュールを加える > Microsoft Visual Studio Community 2017」を選択し、「次へ」を押してインストール。
個別にインストールしてもいいし、もともと入っている場合はそれを使えるみたい。

Android Studioのインストール

https://developer.android.com/studio/install?hl=ja
上記からアンドロイドスタジオをインストール。基本的に「次へ」を押していくだけ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?