<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hollywis</author_name>
  <author_url>https://blog.hatena.ne.jp/hollywis/</author_url>
  <blog_title>はりうすブログ (のすけのメモ)</blog_title>
  <blog_url>https://hollywis.hatenablog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>ゲームオブジェクトを表示、非表示をやります 問題1：ゲームオブジェクトを非アクティブにせよ 解答例 問題1：ゲームオブジェクトを非アクティブにせよ ゲームオブジェクトを非アクティブにせよ 解答例 using UnityEngine; public class Test : MonoBehaviour { void Start() { this.gameObject.SetActive(false); } // Update is called once per frame void Update() { } }SetActive(false)でアクティブ・非アクティブを切り替えられます。ただ、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhollywis.hatenablog.com%2Fentry%2F2021%2F02%2F15%2F143104&quot; title=&quot;【Unity道場2】ゲームオブジェクトを表示、非表示 - はりうすブログ (のすけのメモ)&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>https://m.media-amazon.com/images/I/51g+ilDT5LL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-15 14:31:04</published>
  <title>【Unity道場2】ゲームオブジェクトを表示、非表示</title>
  <type>rich</type>
  <url>https://hollywis.hatenablog.com/entry/2021/02/15/143104</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
