The tag has no usage guidance.

learn more… | top users | synonyms

3
votes
1answer
45 views

Strange behavior in collision detection

I am making a 2d platform game with a tiled map,i now avoid passing through the walls an the ground but when the character hit the ground it shakes vertically,and when i make it walk on a wall it ...
1
vote
1answer
23 views

Android build has white image over game

In unity when I am playing my game it displays fine, but when I build and run it to my nexus 5 there is this white something I don't even know over my game. Any suggestions for fixes?
0
votes
0answers
38 views

Strange artefacts on objects behind glass in Unity 5

I think the image speaks for itself. Basically all those little dots shouldn't be there, and they go away as soon as I hide or move the glass. Any ideas on how to fix it? This is the glass materials ...
1
vote
1answer
47 views

Text shows the wrong way - Unity bug?

I was working in the next scene, the font I used has worked well in another scene, but why when I go back to this "main menu" scene does the font look destroyed (previously show well)? ...
-3
votes
1answer
340 views

How to fix an alarm event not triggering? [Gamemaker studio]

Object_1's alarm 1 event show_message("alarm triggered"); if (Destroy = true){ instance_destroy(); } Object_trigger's alarm start while (!ds_stack_empty(obj_Handle_Links.Link_Stack)) { ...
1
vote
1answer
41 views

Permanent Adjacency Problem [Gamemaker Studio]

Situation: I started work on a pet project recently. It's a bit like Puzzlecraft, or Bejewled, but slightly different. You click one gem, as we'll call it, and if it's the first in the link, then it's ...
0
votes
0answers
63 views

Why does my world generation code perform poorly on large inputs?

I'm writing some code to procedurally generate some islands in real time. The idea is to choose some points for each chunk, and for each tile calculate the distance from those points, then combine it ...
0
votes
2answers
174 views

Unity Editor windows went black

I recently bought a new laptop, with Intel i5-5200U HD graphics 5500 and AMD Radeon R5 M230 2GB and 8gb ram, and heres what happens with my Unity: If open it, minimize it and then maximize again, it'...
0
votes
3answers
1k views

Problem with Input.GetKeyDown to set a counter in Unity: multiple values in only one pressing

Using Unity 5, I want to use have one keyboard key ("f") increase a counter when pressed. It means, using Input.GetKeyDown("f") function in a way that: if "f" is pressed when the counter=1, then the ...
2
votes
2answers
388 views

How to stop sinking bodies in physics engine C++

I'm writing a rigid body simulation in C++, and have come across a problem when an object should come to rest on the ground. Because gravity is being applied to it's velocity, the object starts ...
0
votes
1answer
715 views

Unity 3D error when compiling to WebGL: Destination directory not found

When I try to compile my Unity project to WebGL in Development mode on Windows 8.1 (and with the latest version of Unity), I receive the following errors (the first one is truncated because it's ...
1
vote
1answer
186 views

Unity Animated Player Character Rotation Glitch

I was wondering if anyone experienced this issue in Unity with Mecanim-animated characters ... I have an animated player character with a third-person camera control (Game Camera from the asset store,...
2
votes
1answer
372 views

Unity2D 5 - Flickering sprites on Android

So the game had been working fine for a few days on Android phone without any issues. Today, after adding some scripts and tweaking the game a little bit (tweaks which have nothing to do with the ...
1
vote
0answers
48 views

Beta testing of a prototype

I have developed a prototype for a new game concept. The game is an educational foreign language learning tool for K-16 students. I am at the point where I need to test with sample groups of students,...
0
votes
0answers
69 views

LibGDX strange status bar in background [BUG]

I released an app and I noticed that some devices has a strange "bug" which I don't know if it's caused by Android, me or LibGDX. That bug is related to status bar, normally app let you see the bar (...
1
vote
2answers
375 views

Unity: Can't press space to unpause. Is this a Unity UI bug? Or maybe poorly written code?

So I think I have a bug with my pause menu. For the sake of simplicity I've boiled down what I'm trying to acheive: When the player first starts up the game there's a UI menu with one button: 'Start ...
3
votes
3answers
1k views

How common are game engine bugs, and can I claim damages for them? [closed]

Are game engine bugs (in popular ones like Unreal and Unity, not some unknown ones) common? I know engines like Unreal, Source and Unity3D are well tested and maintained, but, for example, is there ...
1
vote
1answer
648 views

Problem with update/render in game loop (scrolling view, render interpolation)

I use SFML 2.2 and program a 2d prototype game (2d mario style where the camera follows the player). I am experiencing the buggy imagery during rendering, for example a chunk of vertex array blocks ...
5
votes
1answer
1k views

Unity Android Orientation Bug in Auto Rotate

I am currently looking for a workaround, or fix, for a Unity bug. I want to be able to auto-rotate my game, while respecting the Android system settings. Currently, if you set your Unity Orientation ...
2
votes
2answers
339 views

Why do my Box2D bodies occasionally get stuck and separate forcibly?

I'm making a space game with LibGDX and Box2D. I made a video here to illustrate the issue. Verbal description: When objects collide, they sometimes get stuck together and are then suddenly separated ...
0
votes
2answers
332 views

Why does my A* implementation overflow the stack?

I'm fairly new to game dev and working on my first ever attempt at 2D pathfinding. I'm using the A* algorithm as detailed here. For the most part, it seems to be working correctly and as intended. ...
0
votes
1answer
422 views

Why are my target-following objects rotated the wrong way?

I writing a script that would make my players reach a target destination. It looks like this so far: private void MoveTowardsGoal() { if (Vector3.Distance (reachGoalTarget.transform.position, ...
6
votes
1answer
403 views

Unity: Why do my normals flip during an animation?

This problem boggles my mind. I have an animation running on a face object (imported from Blender). At a few points in the animation, the normals switch direction! It causes the mesh to blink. Of ...
3
votes
3answers
1k views

Unity - SetLookAtPosition() - Body Jittering?

I'm working on a third person controller and I'm trying to make character look at the same point as the camera. The problem is that the character jitters all the time the SetLookAtPosition() starts ...
0
votes
1answer
416 views

Why does my SFML game cause screen tearing on Linux?

I wrote a little game of a bouncing ball, using SFML and Box2D. On Windows, the graphics animate smoothly. However, on my Linux machine, the animation stutters randomly. To be precise, I get a ...
3
votes
1answer
163 views

Constrained A* problem

I've got a little problem with an A* algorithm that I need to Constrained a little bit. Basically : I use an A* to find the shortest path between 2 randomly placed room in 3D space, and then build a ...
2
votes
1answer
594 views

Unity Vectrosity line drawing duplicates

I'm using vectrosity in my project and I'm having a problem when loading a level for the second time in a single session. When I load the level the first time, no render problem as seen HERE But ...
2
votes
1answer
254 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
4k 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 ...
2
votes
1answer
2k 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
2k 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 ...