// Start is called before the first frame update public void Click_upbtn() { GameManager.Control_Servo("5"); Debug.Log("업 버튼 작동"); GameManager.Send_Data("Upbtn_Work"); RotationCode2 RC2; RC2 = GameObject.Find("JointPart2").GetComponent <RotationCode2>(); RC2.Up_btn_Click(); }