[Android]Failure to initialize - Your hardware does not support this...
I've updated one of my 5.6.x apps to Unity 2017.3.1 and there are no errors in the player or when building the apk for android. The problem appears when I'm opening the app (installing works) on my...
View ArticleWhite screen freeze and crash on Android
My game works fine when I run it in the Unity Editor, but when I either export it as .apk or build and run on my phone, it opens a completely white screen > freezes for 5 seconds or so and then...
View ArticleHard crash on Nexus 9 tablet
Hey all, When deploying my apk to an nexus 9 running android 7.1.1, it causes a hard crash upon starting the application. I tried running the adb log via usb debugging, but as soon as the apk starts...
View ArticleAndroid App crashes on " server.Start() " HELP
Hi everyone! I'm creating a server android application for communicate with my arduino , with the code below it work just fine ( on pc testing ) but when run it on my phone and the code meet the line...
View ArticleDebugging compute shader driver crash in editor
I'm writing a custom editor tool that uses compute shaders to generate meshes from implicit surfaces. This tool runs inside the Unity Editor, not inside the final executable. My invocation code is...
View ArticleStart Is Called Random Number of Times?
My Start() function is called a random number of times. Sometimes 4, sometimes 6, sometimes 71, but never more than 134 (because that is when Unity crashes). The script is only placed on a single...
View ArticleEditor crashes on startup every time
I recently upgraded from Unity 5.x to Unity 2017.3.f1. Since then though, the Unity editor crashes at startup - whether I open an existing project or create a fresh one. I've been browsing through...
View ArticleUnityWebRequest seems to crash application on Application.Quit()?
Our application on startup creates a number of UnityWebRequests to download some data. If we quit the application right after we've launched it, and the requests are still active, we seem to experience...
View Articleunity project builds crash in 2017.31f
Ever since Ive downloaded Unity 2017.31f (or something) I have not been able to successfully test a project. Effecting old and new projects I tell unity to build, and its debugger says "Build...
View ArticleI have a coroutine that keeps crashing unity.
here is the coroutine that looks perfectly fine. but when it goes to check if the player has ran away and stops this current coroutine and starts the next one it crashes. or when i stop this coroutine...
View ArticleAn error ocurred running the Unity content of this page
I made a web build of my game, when I run it I get this error ![alt text][1] Javascript console has this ![alt text][2] And this ![alt text][3] First time this has ever happened, I had no clue what any...
View ArticleWhen I start my game on Android this crashes (google play problem)
Hello, I uploaded my game to google play, to that add the google play services plugin and my script to log in are fine, but when I open it, it crashes Does anyone know how I could solve it? In google...
View ArticleUnity 5.6.5p2 Crash when iOS10 using keyboard
In Keyboard.mm file, the fountion positionInput used [UnityGetGLView() safeAreaInsets], But it only work in ios11 above!!! hope you fix it quickly.
View Articletexture.loadImage() extension method from UnityEngine.ImageConversion crashes...
When I call loadImage method in IOS build made from unity 2017.3.1f1 my app crashes but it works fine in unity 2017.3.0b10. But in unity 2017.3.0b10 on switching scene, scene freezes and stretches but...
View Article[CRASH] Memory can not be "read" / "write"
Builded game realy often crash with this error. As we suggest it's partialy related to our level-streaming system, and over types of loading scenes, or Resources.UnloadUnusedAssets() --------- More...
View ArticleUnity crashes whenever i activate my script... ,I have a script that crashes...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class OilRigSpawnGen : MonoBehaviour { //public List units = new List(); public GameObject waterTiles; void...
View ArticleMy custom editor window script crashes the Editor.
Hi guys! So I have this script I want to use as a way to draw sprites in the editor to later turn these sprites into gameobjects. But now I'm trying to get the drag-and-dropping of sprites to work....
View ArticleUnity 2018 memory bug (up to 8G)
![alt text][1] When I run U3d he eating my RAM... AT CLEAR SCENE... I using U3D 2018 b11 (I update to b11, because I think RAM bug in b11 are fixed. Before I using b9, b5 & b3) P.S. Unity can not...
View Article[Unity 2017.4.0f1] Crashes on Start, Unhandled
Hello dear Community, ---------- My Unity [2017.4.0f1] keeps crashing on startup on a white window. It goes to a white screen, crashes and if i try to debug i get an unhandled win32 exception. Im...
View ArticleIOS CRASH?!
Hello, I'm a game developer and I keep having the same problem over and over again. When I export the game to an android device, everything seems to work perfectly. But when I export it to an Iphone(or...
View Article