any help would be great
Code: Select all
GameObject.Find("GameManager").GetComponent<GameManager>().tokenCount++;this line here is c# as well in the GameManager c# file but when I try to make it JS it don't work
Code: Select all
int gameTime = (int)startTime;Code: Select all
Rect winScreenRect = new Rect(Screen.width/2 - (Screen.width *.5f/2),Screen.height/2 - (Screen.height *.5f/2),Screen.width *.5f,Screen.height *.5f);help would be great with this