LoginSignup
2
0

More than 1 year has passed since last update.

【Unity】スマホアプリのプロジェクト作成手順

Posted at

前提条件

Unity Hubをインストールしていること

モジュールのインポート

  1. Unity Hubを開く
  2. Installsタブを選択
  3. 利用するバージョンの設定画面を開く
    image.png
  4. add modulesを選択
  5. Android Build SupportとiOS Build Supportを選択してInstall
    image.png

新規プロジェクトの作成

  1. Unity HubでProjectsタブを開く
    image.png
  2. New projectを選択
  3. 利用したいtemplateを選択
  4. Project nameを入力
  5. Locationに好きな保存先を指定
    image.png
  6. Create projectを選択
  7. しばらく待つとEditorが開く

プロジェクトの初期設定

  1. File - Build Settingを選択
    image.png
  2. PlatformからAndroidを選択
  3. Switch Platformを選択
    image.png
2
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
2
0