Jak sprawić, by Int to SMS -a Unity
private void Start()
{
text = GetComponent<Text>();
}
private void Update()
{
text.text = theInt.ToString();
}
Dull Dingo