Quantcast
Channel: Questions in topic: "unresponsive"
Browsing all 108 articles
Browse latest View live
↧

GUI Buttons unresponsive in new window

I know I must be doing something very silly since this seems to be working in other parts of my code but..void OnGUI() { int win_height; int win_width; if (rdc_requestConfirm) { win_height = 60;...

View Article


My instantiated projecttile refuses to move

var Missile : Rigidbody; var localOffput : Vector3 = new Vector3(200, 200, 200); var SpawnPlace : Vector3 = new Vector3(0, 0, 0); var startingSpeed : int = 30; function Update () { SpawnPlace = new...

View Article


Unresponsive collier at small objects and high speeds

I have observed while making a game that as the ball hits the bat, it is not detected by the collider, specially when it is traveling at a high speed. The ball goes right through the bat. It can be...

View Article

Multiple Unity web players embedded on the same page

Situation: I have a Unity web player embedded on my page. When I click on an item, I'll hide the current unity web player and open up a div that contains a new very small unity web player that is used...

View Article

Unity editor running slow, running game in editor fine

Hi, I was wondering if anybody could help me. When i run the unity editor the program itself runs really slow. Moving objects around the scene is practically impossible because of the lag that occurs....

View Article


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

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

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


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


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

Why 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

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 Article

Can'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 Article


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

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


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

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


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

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

Weird 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 Article
Browsing all 108 articles
Browse latest View live