빌보드(Billboard) - 3D 오브젝트가 카메라를 바라보는 기술

transform.LookAt

void Update()
{
transform.LookAt(Camera.current.transform);
}

+ Recent posts