Play Mode (再生モード) は Unity のコア機能の 1 つです。ツールバー の再生ボタンを通して、エディター内で直接プロジェクトを実行できます。再生モードに入ると、ビルドと同様にプロジェクトが開始され、実行されます。再生モード中にエディターで行った変更は、再生モードを終了するとリセットされます。
エディターで再生モードに入ると、Unity はビルドと同じようにエディターでプロジェクトを開始するために 2 つの重要なアクションを実行します。
これら 2 つのアクションの実行には時間がかかり、スクリプトやシーンが複雑になるほど時間がかかります。
ゲームやアプリケーションを開発するとき、すぐに再生モードに開始/終了できる機能は重要な要素です。再生モードの開始と終了をすばやくできるほど、変更とそのテストの実行を短時間でできます。
開発中のイテレーションを短時間で行うことが重要であり、シーンとスクリプトの状態をリセットする時間が障害になる場合があるため、Unity では再生モードを開始するときに発生することを設定する機能を提供し、“ドメインの再ロード” と “シーンの再ロード” のいずれか、または両方をを無効にするオプションが可能です。これら 2 つのオプションは、Configurable Enter Play Mode (設定可能な再生開始時モード) 機能によって提供されます。
以下の図は Reload Domain と Reload Scene 設定を無効にした場合の影響を示しています。
Enter Play Mode設定を行うには、File > Project Settings > Editor の順に移動し、Enter Play Mode Options を有効にします。これを有効にすると、Reload Domain (ドメインの再ロード) のオプションと Reload Scene (シーンの再ロード) のオプションが使用可能になります。
Reload Domain を有効にして、Domain Reloading を使用可能にします。Reload Scene を有効にすると、Scene Reloading が使用可能になります。
ノート: この機能は実験的なものです。すべてのパッケージが無効にしたドメインとシーンの再ロードと互換性があると検証されているわけではありません。また、機能の動作は Unity の将来のバージョンで変更される可能性があります。
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.