Soomla causing crash on start
I'm developing my android game and started testing on my LG G2. I get no errors in the unity editor or when building, but when I start the game on my phone it crashes right away. When I remove the...
View ArticleApplication not running on Samsung Galaxy Tab 3
Hello, I am facing a strange issue with running apk on galaxy tab 3. The apk did run on older devices such as Galaxy s3 note 2, I see the splash screen for longer seconds than a black screen and splash...
View ArticleUnity 4.3.4f1 Standalone Crashes after 2 days
Hello, I'm not sure if its unreasonable to expect this, but we have a product in the field that is designed to stay on for a prolonged period of time ( ideally weeks ). However, after 1.8 days ( a bit...
View Articlecreate an AndroidJavaObject within a Thread
Hi, while usign System.Threading library for unity I find that this code makes the app to crash in Android: Task.Factory.StartNew(() => { var hubConnection = new...
View ArticlePlay video using native code in Unity3d via NDK
I have a working game in Unity3D Game Engine. and I want to play a transparent video in my game. Now we have tried a few plugins(https://www.assetstore.unity3d.com/en/#!/content/2449), but It crashes...
View ArticleAndroid lag on Nexus 7 (2012)
Hi, I have a fairly simple game that some objects spawn at top of the screen and move down with a very simple translate on their update call. I have 4 objects at most and Android builds lag on Nexus 7....
View ArticleUnity crashes on screen save
This is my first go with Unity. I am trying a tutorial here http://pixelnest.io/tutorials/2d-game-unity/install-and-scene/ As soon as i try to do the step where you have to save the scene. A save...
View Article[Crash] Google Play Games Signin Crash (Device Specific)
I am getting some device specific crash when trying to sign in to Google Play Games. While *most* devices work fine, there are a few that will crash and I get a message of "Unfortunately, XYZ has...
View ArticleUnity crashes when importing assets
Hi Every time I try and import any asset, unity crashes immediately. There is no logs, or errors in the console, it just crashes and say "Application is not responding." I am on Mac OS and have the...
View ArticleUnity Crash - Texture2D.ReadPixels - Only Occurs in Builds on certain Machines
Okay, so I'm working on a game that has a feature where the player can take photographs using a camera in a specific scene. These are saved into memory and can be viewed by the player in a window...
View ArticleUnity application randomly freezing on occasion
So, I've been making a Unity game, and there's been some weird behaviour that's been happening for a while. My game runs fine. After loading, I get good performance, and can play the game no problem....
View ArticleUnity crash on startup
Unity crashes when starting up. If I select a different project by holding ALT when starting up it works just fine. But when I switch back to this specific project Unity crashes. I work on a mac using...
View ArticleUnity Crashes Every time I Try To Run This Code
Hi. My problem is simple. Whenever I try to run this: void Update(){ while (invokeCanceled == false) { if (canvasGroup.alpha >= 1f) { CancelInvoke ("FadeIn"); invokeCanceled = true; } } } Unity...
View Article4.6.1p4 OS X build crashes on launch
After upgrading to 4.6.1p4, my OS X builds crash on launch. Building on a different machine with an older version of Unity works. **Anything I can do besides use that other machine to build?** Here is...
View ArticleUnity continually crashing, does anyone know why the activity monitor shows...
Hi, I'm really struggling to solve what's wrong. Over the last week Unity has been continually crashing, and deleting my main scene, as well as the _EditModeScene so I can no longer reopen it from...
View ArticleWhy does this code hang the system??
Hi guys, What I'm tryin to do with the code below is: 1. generate a position within the screen and instantiate a sprite (teleportPrefab) 2. add it to the list 3. then, next time the code is called,...
View ArticleWhy my android game crash with chartboost?
Hi, I'm new to Chartboost and I create my first Test Ad and the ad showing correctly but I have one strange behavior. Let me explaine first my scenes in my game. I create little game for android. It's...
View ArticleQualitySettings.SetQualityLevel android crash
Hi, Does not work correctly QualitySettings.SetQualityLevel. After that, the game crashes, even the device may restart. I set quality = 3 (Good). On my ASUS Zenfone 5 (1280x720) everything works fine,...
View ArticleUnity Webplayer crashing browser
Hey all, I'll get right too it. After building to a webplayer the webplayer loads completly (fills up all the way) then crashes the entire browser. In the Editor, the game plays fine with no errors. My...
View ArticleGame crashes on certain Android phones
Hey guys, My game works fine when it runs on my Note 3, but when I try to play it on a Nexus 4 running Lollipop or a HTC One M8 running Kit Kat it crashes after I hit Play in my main menu! It freezes...
View Article