シーン (Scene) は、Unity のコンテンツを扱う場所です。シーンは、ゲームやアプリケーションの全部または一部を含むアセットです。例えば、シンプルなゲームは 1 つのシーンで作りますが、より複雑なゲームでは、各レベルに 1 つのシーンを使い、それぞれに環境、キャラクター、障害物、装飾、UI などを用意することができます。1 つのプロジェクトに作成するシーンの数に上限はありません。
新規プロジェクトを作成してから初めて開くと、カメラとライトだけを含んだサンプルシーンが開きます。
シーンの扱い方については、シーンの作成、ロード、保存 を参照してください。
Unity では、新しいシーンの作成にシーンテンプレートを使用します。シーンテンプレートはアセットで、プロジェクトに保存されます。シーンに似ていますが、直接使用するのではなく、複製使用されるように設計されています。
シーンテンプレートの作成と管理については、シーンテンプレート を参照してください。
File メニュー (File > New Scene) または Ctrl/Cmd + N のショートカットを使って新しいシーンを作成すると、新規シーンダイアログが開きます。これを使用して、プロジェクトの特定のシーンテンプレートから新しいシーンを作成し、既存のテンプレートに関する情報を取得します。
新規シーンダイアログ
新規シーンダイアログから新しいシーンを作成するには、テンプレートリストからテンプレートを選択し、Create をクリックします。この方法でのシーン作成の詳細については、新規シーンダイアログから新しいシーンを作成 を参照してください。
ピン留めされたテンプレートは、新規シーンダイアログのテンプレートリストで他のテンプレートの前に表示されます。最後にピン留めされたテンプレートがリストの一番上に表示されます。
テンプレートのピンアイコンをクリックすると、そのテンプレートがピン留めされます。
また、プロパティを編集する 際にテンプレートをピン留めすることもできます。シーンテンプレート Inspector で、 Pin in New Scene Dialog オプションを有効にします。
新規シーンダイアログでテンプレートを選択すると、詳細ペインにテンプレートのパスが表示されます (下の画像の1)。
Project ウィンドウでテンプレートをハイライト表示するには、Locate リンク (下の画像の 2) を選択します。
Inspector ウィンドウでテンプレートを開き、そのプロパティを編集 するには、Edit リンク (下の画像の 3) を選択します。
複数のシーンを同時に開いて編集することができます。詳しくは、複数シーンの編集 を参照してください。
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.