<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rick1208</author_name>
  <author_url>https://blog.hatena.ne.jp/rick1208/</author_url>
  <blog_title>赤坂ギドウのプログラミング未経験でゲームを作る</blog_title>
  <blog_url>https://www.momino1234.com/</blog_url>
  <categories>
  </categories>
  <description>前回の記事 www.momino1234.com 目標👉 敵が上から下に落ちてくるようにする方法は2つあります コードで動かす（簡単） ① EnemyMoveスクリプトを作る Assetsで右クリック 👉 Create → empty C# Script 👉 名前：EnemyMoveFall ② 中身を書く using UnityEngine; public class EnemyMove : MonoBehaviour { public float speed = 3f; void Update() { transform.position += Vector3.down * speed *…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.momino1234.com%2Fentry%2F2026%2F03%2F08%2F035528&quot; title=&quot;【unity】 敵が上から下に落ちてくるようにする【 画面外で消す、移動、コード】 - 赤坂ギドウのプログラミング未経験でゲームを作る&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://cdn-ak.f.st-hatena.com/images/fotolife/r/rick1208/20260308/20260308035444.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-03-08 03:55:28</published>
  <title>【unity】 敵が上から下に落ちてくるようにする【 画面外で消す、移動、コード】</title>
  <type>rich</type>
  <url>https://www.momino1234.com/entry/2026/03/08/035528</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
