<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yotiky</author_name>
  <author_url>https://blog.hatena.ne.jp/yotiky/</author_url>
  <blog_title>yotiky Tech Blog</blog_title>
  <blog_url>https://yotiky.hatenablog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>対象のGameObjectを中心にカメラをスライダーの値で回転（三人称視点）させるサンプルスクリプト。 回転可能な角度を設定して正面からの回転角度に制限を設けている。 public GameObject playerObject; public Slider rotationSlider; public float maxAngle = 90; private Camera mainCamera; private float totalAngleX; void Start() { mainCamera = Camera.main; } public void Rotation() { var …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyotiky.hatenablog.com%2Fentry%2Funity_slider-camerarotation3rd&quot; title=&quot;Unity - スライダーで対象を中心にカメラを回転させる（三人称視点） - yotiky Tech Blog&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/y/yotiky/20200805/20200805021009.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-11-21 01:24:56</published>
  <title>Unity - スライダーで対象を中心にカメラを回転させる（三人称視点）</title>
  <type>rich</type>
  <url>https://yotiky.hatenablog.com/entry/unity_slider-camerarotation3rd</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
