Quantcast
Channel: Answers by "Graham-Dunnett"
Viewing all articles
Browse latest Browse all 959

Answer by Graham Dunnett

$
0
0
Unity did not crash. Your while loop at line 17 is stuck in an infinite loop. The body of the loop doesn't change either the `XPos` or `i` variables, so the test you make never changes to `false`.

Viewing all articles
Browse latest Browse all 959

Trending Articles