Questions tagged [exceptions]
The exceptions tag has no summary.
35 questions
0 votes
0 answers
63 views
LibGDX NullPointerException from a scene 2D Actor calling Pools.obtain()
fire (Event event) method throws the NullPointerException. Trace: ...
0 votes
1 answer
567 views
Getting exceptions in Unity3d with EasyRoads3D, when attempting to create roads
After importing EasyRoads3D version 3.2.2f2 into Unity 2021.3.20f1, and trying to create a simple road, I get a lot of exceptions: ...
-1 votes
1 answer
82 views
Unity Update() Function causing a NullReferenceException that isn't there if I manually call the function
I have a pretty "basic" combat class here. It has a Player and an Enemy. They are inherrited from a Character class and have values such as health, armor and ar (attack rating (damage)). I ...
0 votes
0 answers
90 views
Do gaming consoles come with built-in crash reporting system for the developers?
I'm working at a game industry and my company's planning on releasing some games for consoles (PS, Nintendo Switch). I'm wondering if we should integrate some kind of custom crash reporting system ...
18 votes
5 answers
6k views
When to carry on with a buggy game state versus terminate the process?
Imagine a situation where a level/game designer has missed assigning a prefab in one of the game objects' inspector configurations. (I am coming from Unity, but what I basically mean a reference to ...
0 votes
1 answer
1k views
Heir Class Constructor Throws CS7036 "No Argument Given" Exception [closed]
I'm trying to create a class that holds the data for an an attack, called Attack. I also have special attacks that have more properties, and so I wanted to create a ...
1 vote
1 answer
170 views
how to detect Unity UNET errors?
I'm working on a simple multiplayer online game. and I use UNET and Networkmanager. In my game I have some rooms and players ...
0 votes
1 answer
2k views
Unity: Failed to build APK. See console for details
i am getting this error whenever i am trying to build a project. i looked at so many solutions but this one just doesn't go away. This is the error: ...