ВП
Size: a a a
ВП
H
H
ВП
H
EK
P
ВП
ВП
ВП
string[] test = new string[] { "1", "2", "3", "4", "5" };
int[] arr = Array.ConvertAll<string, int> (test, int.Parse);
Debug.Log (arr);
YK
P
P
string[] test = new string[] { "1", "2", "3", "4", "5" };
int[] arr = Array.ConvertAll<string, int> (test, int.Parse);
Debug.Log (arr);
ВП
P
YK
P
string[] test = new string[] { "1", "2", "3", "4", "5" };
int[] arr = Array.ConvertAll<string, int> (test, int.Parse);
Debug.Log (arr);