how to convert from int to string in unity code example Example: unity to string int i = 5; string iString = i.ToString();