<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tsubaki_t1</author_name>
  <author_url>https://blog.hatena.ne.jp/tsubaki_t1/</author_url>
  <blog_title>テラシュールブログ</blog_title>
  <blog_url>https://tsubakit1.hateblo.jp/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>分割したシーンを結合したい時は、下のコードみたいなのを用意すると結合できる。public string[] scenelist; [ContextMenu(&quot;Load Scenes&quot;)] void Load() { foreach(string scenename in scenelist) { Application.LoadLevelAdditive(scenename); } }上のコードの使い方は、 １．クラスを作成して適当なオブジェクトにアタッチ ２．結合したいシーン一覧をScene in buildに含める ３．結合したいシーン名をscenelistに登録 ４．右クリックメニューで…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftsubakit1.hateblo.jp%2Fentry%2F20120804%2F1344086120&quot; title=&quot;分割したシーンを結合する - テラシュールブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-08-04 22:15:20</published>
  <title>分割したシーンを結合する</title>
  <type>rich</type>
  <url>https://tsubakit1.hateblo.jp/entry/20120804/1344086120</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
