<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>meokz</author_name>
  <author_url>https://blog.hatena.ne.jp/meokz/</author_url>
  <blog_title>めおしーえす</blog_title>
  <blog_url>https://meokz.hatenablog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>全ての子オブジェクトをGameObject型で取得するサンプルです。 ・すべての子オブジェクトを名前から検索する ・すべての子オブジェクトからコンポーネントを拾ってくる ・すべての子オブジェクトをTransform型で拾ってくる というのはネット上の記事に転がっていますが、今回はGameObject[]型で拾ってきます。 上記の方法についてはググれば出ると思います。 GameObject[] GetChildren(string parentName) { // 検索し、GameObject型に変換 var parent = GameObject.Find(parentName) as Gam…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmeokz.hatenablog.com%2Fentry%2F2015%2F101611&quot; title=&quot;【Unity】全ての子オブジェクトをGameObject[]型で取得する - めおしーえす&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>2015-09-11 10:16:11</published>
  <title>【Unity】全ての子オブジェクトをGameObject[]型で取得する</title>
  <type>rich</type>
  <url>https://meokz.hatenablog.com/entry/2015/101611</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
