유니티에서 int를 string으로 만드는방법. 1. 2. 3. 4. int num = 5;. Debug.Log(num + "");. Debug.Log(num.toString());.
確定! 回上一頁