Editor UI has become unresponsive on all projects (including new)
When I launched Unity today to start working the editor has been really laggy. When I click on anything (object in hierachy, a window tab, any menus) it takes 5-6 seconds for unity to catch up. This is...
View ArticleUnity loading scenes quickly initially, but after a short while it's...
So Unity (after a fresh system boot) works as expected. You make a small change to code (or no change at all) and press play only to wait about 10 seconds before unity unfreezes. This is only solved...
View ArticleScreen goes black when i press the play button
Hey everyone. I've started a new project, have a basic movement script and an object. When i press the play button, everything goes black, and i cant stop the running only by exiting the application....
View ArticleXCode Optimization Level has to be None [-O0] for successful build
Our game was launched couple months ago without any XCode building problem, last month we updated it with new feature such ARKit and updated some plugins... Even since than we have to set the...
View ArticleMy game becomes unresponsive when I use controllers (VR).
I have replaced controllers default model with Hand model. When I turn on the game, hand controllers are seen and can be moved but when I click any button on the controller, game becomes unresponsive....
View ArticleUnresponsive Touch
Hello, The title might be overstating it, but we are developing an action game and it requires fast and precise touches. However, sometimes, mainly during fps spikes (spikes = 25-30 fps, down from the...
View ArticleIs there a reason a button (or key) would be unresponsive half the time?
I'm trying to make a player throw a ball with a gamepad button and the `Input.GetButtonDown()` method, but it often takes two or three presses to work. Same thing happens when I use the keyboard as an...
View ArticleEntire Unity interface unresponsive
Hi all, we are trying out Unity for the first time so we are very sorry for the noobness. We are experiencing a weird unresponsiveness from the entire interface. For example, when creating a simple...
View ArticleWhy wont unity respond after i added this simple logic?
i added this script to move all the blocks i my editor to another location, but unity now gives me the beachball of death like it its stcuk in a loop. what happened? function Update () { var septoggle...
View ArticleAndroid Screen Unresponsive to Touch After Many Activity Changes
I have a Unity game, and when it runs on an Amazon Kindle device, after several activity changes, the screen becomes unresponsive. It has a low occurrence rate, but when I am able to reproduce it, it's...
View ArticleCan't click any script variables in the inspector...
I'm having a really irritating issue where the inspector simply doesn't respond to me clicking on variables and fields, which means I can't edit them. It happens more often than not, and the only way...
View ArticleGlitchy Double Tap to Run
So I'm building a 2D action game, similar to Smash Brothers, so I need to have the characters be able to double-tap to run. I have coded it and it works, but not well. Often times the character will...
View ArticleEditor can't open dialogs or menus, running out of USER handles
Unity 4.2.1f4 (Windows) appears to have a USER handle leak. If I leave the editor open for several days, hibernating my machine at night, after a few days the editor will be unresponsive. You'll click...
View ArticleUnity hangs when attached to MonoDevelop
Most of the time, if I have MonoDevelop attached to Unity, and hit "Play" in Unity, Unity will just end up hanging. Every once in a blue moon, it won't, and the game will actually play. I've double...
View ArticleCode isn't running through
So I'm trying to make a *Ahem* Potato say something when the Player enters the Trigger and Left clicks on the Potato Game object (all of this is 2D). The Potato will ask a question and depending on the...
View ArticleWebGL prevent Unresponsive script warning
To my understanding the unresponsive script warning in browsers pops up after a few million instructions have been run in 1 javascript without reaching some sort of conclusion to the code. Seeing how...
View ArticleNPC AI Unresponsive after spotting player once
Hi there, I am working on an enemy AI for my game. So far I managed to get most of it working. The enemy patrols to certain waypoints which is perfectly fine. In one of my scripts I have a variable...
View ArticleWeird Screen when launching game for windows
I'm developing an application for android and windows, and the trouble I'm having is that the application works on android, and also works in windows but only in the editor. I can launch the app just...
View ArticleGame Window Unresponsive
Out of nowhere Unity stopped being responsive when it came to playing the game. Everything still runs, animations and sound, there is just no input, not even the custom cursor is showing up. Any ideas?...
View ArticleUnity Freezing During testing
I am pretty new to Unity and am trying to make a bullet hell game. However, Unity keeps freezing and being unresponsive when the Boss is hit by a projectile. I attached the images of the code below....
View Article