using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CamFollow : MonoBehaviour
{
ย ย public Transform target;
ย ย void Update()
ย ย {
ย ย ย ย transform.position = target.position;
ย ย }
}
ํ์ผ์ด๋ฆ์ CamFollow ๋๊ฐ์ดํด๋ ๊ณ์ class cannot be found๋ผ๊ณ ๋์ค๋๋ฐ;;;
๊ป๋คํค์
ํ์ผ ์ด๋ฆ์ด๋ ํด๋์ค ์ด๋ฆ์ด ๋ค๋ฅธ์ง ๋ค์ ๋ด๋ด ๋์์ฐ๊ธฐ ์์ผ๋ฉด ์ง์ฐ๊ณ - dc App