Quantcast
Channel: Questions in topic: "crash"
Viewing all articles
Browse latest Browse all 2383

Unity Freezes Permanently

$
0
0
Upon pressing the play button in my Unity scene, it completely freezes and is unresponsive. The window itself does not show the usual (not responding) text at the top. This is the code I am attempting to run, which is supposed to generate a plane of cubes at different heights in a 10x10 configuration. No error message is given, and I have to kill the program with Task Manager. using UnityEngine; using System.Collections; public class Terrain_Generator : MonoBehaviour { public GameObject Target_Obj; public int width; int iteration; public int length; public int height; void Start () { } // Update is called once per frame void Update () { if (iteration <= height) { for (int i=0; i

Viewing all articles
Browse latest Browse all 2383

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>