태그>gameobject.find(총 1개의 글)
'gameobject.find' 관련 최근글
-
- 카메라가 볼을 따라가게 하는 코드

-
보통의 존재 by 로쿠상|2018/02/21 22:53
public class CamWork : MonoBehaviour { GameObject ball; // Use this for initialization void Start () { ball = GameObject.Find("Ball"); } // Update is called once per frame void Update () { transform.position = new Ve..
- 카메라가 볼을 따라가게 하는 코드



