{"url":"https://nsnq.hateblo.jp/entry/2019/07/01/200000","image_url":null,"blog_url":"https://nsnq.hateblo.jp/","provider_url":"https://hatena.blog","categories":["Unity\u3067\u5b66\u3076\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0"],"height":"190","blog_title":"\u306b\u3057\u306e\u30af\u30a8\u30b9\u30c8\uff12","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnsnq.hateblo.jp%2Fentry%2F2019%2F07%2F01%2F200000\" title=\"Unity\u3067\u5b66\u3076\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3000TIPS\uff08\uff14\uff09\u30ab\u30e1\u30e9\u304c\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u8ffd\u3044\u304b\u3051\u307e\u308f\u3059 - \u306b\u3057\u306e\u30af\u30a8\u30b9\u30c8\uff12\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","title":"Unity\u3067\u5b66\u3076\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3000TIPS\uff08\uff14\uff09\u30ab\u30e1\u30e9\u304c\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u8ffd\u3044\u304b\u3051\u307e\u308f\u3059","width":"100%","author_name":"koharuwest","author_url":"https://blog.hatena.ne.jp/koharuwest/","version":"1.0","provider_name":"Hatena Blog","published":"2019-07-01 20:00:00","type":"rich","description":"\u30ab\u30e1\u30e9\u306b\u30a2\u30bf\u30c3\u30c1\u3059\u308b\u524d\u63d0\u3067\u4f5c\u3063\u3066\u307e\u3059\u3002public class CameraControl : MonoBehaviour {//\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u683c\u7d0d\u3059\u308b\u5909\u6570public GameObject PL;//\u30d7\u30ec\u30a4\u30e4\u30fc\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u5909\u6570Vector3 PPos; void Start () {//\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u5b9a\u7fa9PL=GameObject.Find (\"Player\"); //\u30dd\u30b8\u30b7\u30e7\u30f3\u3082\u5b9a\u7fa9PPos = PL.transform.position; } void Update () { //\u30ab\u30e1\u30e9\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u8a08\u7b97\u3057\u3066transform.position += PL.transfo\u2026"}