Game 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 ArticleUnity becomes unresponsive when I begin play mode
I am trying to make a bullet hell shooter but I have gotten to the point where Unity becomes unresponsive whenever I begin test play and I have to force quit the application (I am working on a Mac)....
View ArticleCustom Editor Window Nodes Unresponsive Button
I'm writing a custom editor window for dialogue trees. That has a series of nodes to represent lines of dialogue. I want to have a button inside these Node Windows that calls a function. The button is,...
View ArticleHow to add a loading sequence/scene/etc. when importing something at runtime...
Hello. The title speaks for itself. my Unity goes unresponsive when I import an .obj. the Editor and the built version goes unresponsive but its actually just loading the .obj. What can I do to...
View ArticleHow to use MultiThreading to remove momentary unresponsiveness
Hello. The title speaks for itself. my Unity goes unresponsive when I import an .obj file. The Editor and the built version goes unresponsive but its actually just loading the .obj. What can I do to...
View ArticleStartCoroutine doesn't work for me to remove momentary unresponsive when...
my app. https://www.dropbox.com/s/a6evzf2hw0jzjy1/Backup%20RunTime%20OBJcomplete.rar?dl=0 is a simple runtime obj importer that could also edit it at runtime the problem is it takes. a period of time...
View ArticleUnity Button Responding Very Slowly
I have several buttons that the user is meant to click on them and it would run a function: SetMultiples() and update some game statistics. However, it seems that rather than executing the function...
View ArticleWhy does unity stop responding when interacting with the camera?
Any interaction with the camera such as changing the perspective and rotating the camera or setting it to a parent immediately causes unity to stop responding. I then have to force quit on the mac and...
View ArticlePlaymode lags on exit in a nearly empty game... I'm new to Unity please help :)
Hey, So I don't know why this is happening and I haven't found any posts relating/explaining this. So it take me like 30 seconds to exit playmode (if it exits playmode at all) when I have a gameobject...
View ArticleUI not responding.
None of my buttons, input fields, dropdowns, etc. are working. I put them on a canvas, added onClick events and stuff, but whenever I play, nothing happens. They don't go dark when my mouse hovers over...
View ArticleEditor 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 ArticleUnresponsive GUIToggle - Conceptual Problem?
Before I begin, my apologies if this question has been answered before: I've searched around but unfortunately could not find an answer. I know the basics of GUIToggle, and I know to use it with a...
View ArticleHelp with unresponsive function / if statement
Hey everyone, I'm attempting to make my character pick up an object. The problem I think I'm having is that the function the code to pickup an item is in (onTriggerStay) seems to run half as often as...
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 Article