compensatedfor
0
Q:

unity to string

int i = 5;
string iString = i.ToString();
5
int your_int = 15; 
// Your original integer

string your_string = your_int.ToString(); 
// The method ToString() converts integers to strings

/*
Answer by Ren Rawbone
*/
2

New to Communities?

Join the community