↧
Answer by Ben Humphreys
I went back to the original post, and I think I fixed it. I was forgetting to divide by the width of the screen, to convert from Clip Space which is square, to the actual perspective. It's mentioned as...
View ArticleAnswer by Ben Humphreys
I [re-read the manual][1] and found out how to do it using StopByName and StartCoroutine. This works: int comboScore = 0; IEnumerator ChangeNumber(int num) { UILabel label = number.GetComponent();...
View Article