Unity プロジェクトをスタンドアロンの Windows プラットフォーム向けにビルドすると、以下のファイルが Unity によって作成されます( ‘ProjectName’ にはプロジェクト名が入ります)。
ProjectName.exe
― プロジェクトの実行ファイルです。起動時に Unity エンジンを呼び出すプログラムのエントリポイントが含まれます。
UnityPlayer.dll
― この DLL にはネイティブの Unity エンジンコードがすべて含まれます。Unity Technologies の証明書で署名されており、エンジンが改ざんされていないか検証されます。
*.pdb ファイル
― デバッグ用のシンボルファイルです。 Build Settings ウィンドウで Copy PDB files を有効にすると、これらのファイルが Unity によってビルド ディレクトリ内にコピーされます。
WinPixEventRuntime.dll
― この DLL によって Windows PIX プロファイラー への対応が可能になります。このファイルは、 Build Settings ウィンドウで Development Build のチェックボックスをオンにした場合にのみ作成されます。
ProjectName_Data フォルダー
― このフォルダーは、プロジェクトの実行に必要なすべてのデータを含んでいます。
ProjectName.exe
のソースコードが Unity によって次のフォルダー内に作成されます。― Editor\Data\PlaybackEngines\WindowsStandaloneSupport\Source\WindowsPlayer
実行ファイルに変更を加えたり、(署名したい場合などに)自分でビルドしたコードを発行する場合は、実行ファイルを再ビルドし、それをビルド済ゲームディレクトリ内に配置する必要があります。
Unity の外部で実行ファイルをビルドするには、Visual Studio 2015 または 2017 と “Common Tools for Visual C++” が必要です。また、 C++用の Windows サポートがインストールされている必要があります。
2017–07–19 公開ページ
Windows スタンドアロンプレイヤービルドバイナリ―[2017.2] で変更(https://docs.unity3d.com/2017.2/Documentation/Manual/30_search.html?q=newin20172) NewIn20172
2018.1でスタンドアロンプレイヤーの Windows XP サポートを停止
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.