How do I report a bug in Unity?
Unity has stopped responding, some features does not behave as I would expect, there is a feature that is broken or misbehaves in some other way.I want it fixed fast so I can continue making awesome...
View ArticleCan I report a bug without an internet connection?
I have a couple of crash bugs I can reproduce in Unity 2.6, but I am on a computer that is isolated from the Internet here at work. Is there any purely web-based system I can report these into without...
View ArticleHow to publish the game?
Recently I already finished a game.I want to publish it in the website.In the testing the game is ok,no error,no any warning message.Look's it's perfect.But I want to publish it in website so many...
View ArticleSending crash report from a iphone or android app
How do you have an Android or iPhone app send a crash report?
View ArticleReport a Bug in Report a Bug?
I never have success when I try to report a bug using Unity's menu option *Help->Report a Bug*. I spend my time preparing an example project, filling the form, attaching the example project, but...
View ArticleBug Report
Hello, I want to know if there's any bug report system like the one built-in in Unity for a development team? It can be free or paid. If it was somehow built in a blog system and giving you an ID for...
View ArticleNon Game Engine related bug reports
Hi again Where (or whom) would I send a bug report that concerns the unity website rather than the actual game engine? I've asked this one before and ended up just sending a regular bug report from...
View ArticleYou are not allowed to call this function when declaring a variable
Hello Unity Community, i have an Error that messes my builded game up with a report message, so heres the error i'v got: UnityException: You are not allowed to call this function when declaring a...
View ArticleBugSense or Crittercism does not work in an Unity application.(iOS)
I tried to integrate a crash report module into a test unity project. The crash reporter is able to initialize successfully but cannot detect any crashes. Both BugSense and Crittercism performed as the...
View ArticleAndroid App crashes suddenly after putting FPS TextMesh
I'm super stuck. Its been 2 whole days and I can't seem to figure it out. So I have my app up at Android Developer Console in Alpha testing. I downloaded it from the Google Play store and it installed...
View ArticleCrash reports translate ??
i am new to making games my game tester is sending me crash reports i upload 5 of them here http://www.myupload.dk/showfile/1_AIxMPIr.rar can anyone help me find the error the crashs are random, and on...
View ArticleCould moderators other than me please close questions with no formatting
I am not a fantastic coder, and I am just doing a lot of this stuff as a hobby, but I have loved using the Unity Engine so far, its been a blast! Anyway, the game I am working on works fine in the...
View ArticleHow can I report a bug / issue most effectively?
I would like to know the best method for reporting a bug so that it is dealt with in the most efficient manner at Unity with a view to being reproduced and resolved in the fastest turnaround
View ArticleCrash report xcode organizer symbol
I did a simple test : public class crashscript : MonoBehaviour { void Start () { Dummy myCrashClass = null; myCrashClass.Foo(); } } This crashes of course and : running from Xcode i can see the call...
View ArticleCrash Reporter for IOS not working.
static void UncaughtExceptionHandler(NSException *exception) { NSLog(@"Uncaught exception: %@: %@\n%@", [exception name], [exception reason], [exception callStackSymbols]); if...
View ArticleUnity 4.5.3f crashes on save
So i made a new project made,imported all the assets etc then went ahead and made a terrain, after that i then proceed to save my work bam it crashes,it keeps displaying the unity debugger ill try to...
View ArticleIs there a way to append to a bug report?
I issued a bug report using Unity's built-in bug reporting tool. After issuing that report, I found some additional information that could make it easier for Unity engineers to reproduce the issue....
View ArticleUnity keeps wanting me to submit a bug report
Recently, Unity crashed due to an error involving my version control and trying to access a file that no longer existed. After finally resolving that issue, I tried to load up my project again. It...
View ArticleUsing Unity Bug Reporter on an Offline machine
Hey there, what is the common way to hand out a bug report to Unity from an Offline machine when using the Unity Bug Reporter? Thanks ( Unity 4.6)
View ArticleUnity crashes suddenly when trying to make xcode project from unity
Hi All, I am facing a problem which is out of mind now, please help me if you have any solution of my problem. I am using Unity 5.0.1f1 since 2-3 months on my Macbook (10.11.2) and it was working fine,...
View Article