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(Linux)でTarget PlatformにWindowsを追加したい

Posted at

はじめに

「Unityでゲームができたからビルドするぞ!」と意気込んでいると、Target Platformの中にWindowsが見当たらなかったので、実際に追加した際の手順を書きました。(LinuxでUnityをWindows用にビルドしたい人向けです)
unity_build_setting_pic.png

手順

 Unity Hubを起動したら、インストール(Installs)に移動して、プロジェクトで使用するエディタのバージョンの歯車マークをクリックしてください。
名称未設定のデザイン.png

 「モジュールを加える(Add Modules)」から、Windows Build Supportにチェックをしてインストールしましょう。
unity_hub_install_pic.png

 インストールが完了したらプロジェクトを開いて、File>Build Settings..からTarget PLatformの部分にWindowsが追加されたと思います。
unity_build_setting_windows_pic.png
 あとはビルドすれば完了です!

終わりに

同様の方法でMacやLinuxのTarget Platformも追加できると思います。
はじめての投稿なのでところどころ抜けていたり至らないところがありますのでどうかご参考程度に...

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?