The bug tag has no wiki summary.
1
vote
1answer
58 views
Unity Property inspector glitched? [closed]
I just updated my Unity from 4.3.3 to 4.3.4 and there is something very wrong with the Property Inspector window.
I tried restarting Unity, as well as load a different project, but neither fixed it.
...
2
votes
1answer
315 views
Unity3d Run In Background setting not working in fullscreen standalone
I've ran in to an odd issue with my Unity3D game completely pausing in certain scenarios, even with the Run In Background player setting on.
For reference I'm on Windows 7 Ultimate using Unity 4.3.3
...
1
vote
0answers
69 views
The input doesn't recognize that I release the key? [closed]
I'm creating a window (JOptionPane), in response to a collision. However, if the player is holding a key down when the window pops up, the input doesn't trigger a key release when the key is released.
...
0
votes
0answers
83 views
OpenGL rendering tiles buggily
In my Terraria based game i use this code to render all of the tiles in 1 chunk:
// TODO Auto-generated method stub
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT);
for (Tile[] var : ...
2
votes
1answer
699 views
Android SDK does not include any platforms!
This question has been asked several times on the Unity answers website, but there's no solid answer to it!
Problem: While trying to build a game for android in Unity, I receive this error:
Android ...
1
vote
1answer
620 views
Flickering GUI on Android
New version of Unity is causing rather weird problems on Galaxy S device. The GUI starts to flicker, tear and disappear altogether at random in different screens. But this only happens on the second ...