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?

Unityチュートリアル 4日目

Posted at

Publish to Unity Play

Switch to the Web platform

作成したゲームをWeb上に公開する。

①FileからBuild Profilesを選択
image.png

②Build Profilesウィンドウに「Web」があるのでそれを選択し、Switch Platformを押す。
これを行うことで、リリースしたいプラットフォーム向けにプロジェクトが最適化される。
image.png

Build your project

③プロジェクトをビルドして実行できるようにする。
image.png
ビルド関連のボタンが3種類あるが、ここではBuildを選択

ボタン 機能 想定用途
Publish to Play ビルドして Unity Play に公開 最終的に他人に見せたい
Build ローカルにビルドするだけ とりあえず出力したいとき
Build And Run ローカルビルド → ブラウザで起動 テストプレイしたいとき

適当なフォルダに保存
image.png

Publish to Unity Play

ビルドが完了したら、Publish to Playを押してUnity Playにアップロードする。

直近でビルドしたファイルが表示されるので、Publishを押す。
image.png

ブラウザ上でこんな画面が開くので、説明文を入れてUpdateを押すと公開完了。
image.png

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?