methods
레이캐스트(Raycast)
float distance1 = Vector3.Distance(transform.position, box.position);Transform[] child2 = GameObject.Find("부모이름").GetComponentsInChildren<Transform>();Application.LoadLevel("이름");
PlayerPrefs.SetInt("score", 100);
PlayerPrefs.SetString("name", "developer");자주 사용하는 메소드
Last updated