Android 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 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 Article