Quantcast
Channel: Answers by "Ben Humphreys"
Browsing all 4 articles
Browse latest View live

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 Article


Answer 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


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 Article

Answer 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
Browsing all 4 articles
Browse latest View live


Latest Images