Unity Script causing crash
I have been going over this code again and again and cant find what would cause a crash like this, In the script after pressing a key a rigidbody is added too each goo object and pressing it again will...
View ArticleLoop to populate array crashes Unity
I am trying to write a loop that populates my array "tileNumberArray" with unique, random numbers. I am aware that there are already quite a few solutions posted on Unity Answers that involve...
View ArticleMacbook restarts itself when I import packages?!?
Every time I import a package, my mac reboots itself just as the package is about to finish. When it loads back up again, it is still opening the package and once again reboots itself. I have Unity...
View ArticleUnity crashes on playing in editor and playing after build.
On build it plays a sound and black screens. If I try to play in the editor the entire thing (excluding monodevelop) simply crashes. I have absolutely no idea how to fix this and don't want to re do...
View ArticleEditor crash on toggle with AA
The editor hangs up, requiring a forced quit, with any antialiasing enabled in quality settings. It happens only when toggling the screen view. This is with indie 4.5.2f1 on a MacAir with Mavericks....
View ArticleUnity Pro trial crashing due to an asset
I downloaded Unity 4.5.2 and activated the free trial of Unity Pro. When I downloaded my first asset I was given the option to import it or not. Being a novice, I assumed that if I didn't import the...
View ArticleOculus DK2 Problems
We've recently obtained a new Oculus Rift, and, as you can imagine, want to get started! But so far are having allot of trouble. After a long time of trying to get the computers to even find the...
View ArticleUnity Constant Crashing
I have searched everywhere for a solution pertaining to my specific situation but I have yet to find an answer. Now I can create new project and get past the loading screen only if I have no projects...
View Articleunity crashes with a while loop
in this part of the script, a float variable is incremented while the player release the fire1 button, but always, when i try this, unity crashes. if (Input.GetButtonDown("Fire1")) { while...
View ArticleAssertion failed, sphere.radius>=0.0f
After some very innocent tweaks to formerly functional code (I added a rigidbody to my camera object, then I removed it again), Unity now crashed on me whenever I try to run my scene. The following are...
View ArticlePC Crashes when trying to access Asset Store
When trying to access the Asset Store inside Unity3D through the Windows menu, a smaller window opens, remains in white for 2 seconds, and then the pc crashes to a Blue Screen for less than a seconds...
View Article[URGENT!] Unity broke the scene, hangs when started.
*No, this is no "infinity-bug" on my end. It happened in the editor without touching scripts.* So... We've been working fast paste on a prototype for a client. Basically after exiting "Play-mode" in...
View ArticleCustom Inspector to Load Instance Values
I wrote a custom inspector for my soundtrack manager items. I want the items to load in the list of names of all the tracks that are set in a local instance of a 3rd party toolkit. The names load with...
View ArticleCrash on loop using Lerp.
My code crashes whenever I click... void Update () { if (Input.GetMouseButtonDown (0) == true) { StartCoroutine(OnLClick()); } } IEnumerator OnLClick () { yield return new WaitForSeconds(.01f); Vector3...
View ArticleUnity crashes after specific coroutine.
I'm working on a project that involves a truck moving back and forth every now and then. The back and forth movements are managed in a couple of coroutines. Every time I play the game, **right after...
View ArticleUnity + dk2 compilation problem
Hi everyone! I'm having some problems when I try to build settings (I'm developing with Unity Pro and its Integration with Oculus DK2). I put the UnityIntegrationPackage in my project and all the...
View ArticleCrash Bandicoot Camera style
hey guys , is there a way to create a camera that is stuck to a path and in the same time it follows the player ? ive looked everywhere in the internet , i found Itween camera but it doesnt work the...
View ArticleFacebook Login restarts app on android
Hi! I am developing a game in Unity 4.5.0f6, and recently added FB integration. I downloaded the FB SDK from the asset store, and when I try to call FB.Login() on an android device, the app restarts. I...
View ArticleEditor tool/serialization crash on windows
I've encountered a very strange problem that I can't seem to find a solution too. However I suspect that it's an issue related to serialization, or perhaps even a bug in Unity itself. I have an A-star...
View ArticleUnity crashes when it tries to play a sound!
Hello, everyone I have a problem that i don't know exactly why it is happening! I have assigned my script to the player and then i did add audio source to the player The problem is that, when Unity...
View Article