iOS crash while selecting text within an InputFied
Hello everyone. Just having a consistent crash in **iOS (iPhone)** built with **Unity 2019.3.9f1** Repro steps: - Tap on an **InputField** (**Touchkeyboard** shows up) - Type something - Try selecting...
View ArticleMy app crash after spalsh screen when i change the packagename
Hi As montioned in the title my app crash when i change the packagename. Note that i worked with the code before and didnt had any problem and there is no errors in the console. Any suggestions please!
View Article[Unity 2019.2] iOS build crashes 5 seconds after the application is killed by...
---------- ### Description The application presents a crash 2~5 seconds after it's terminated by the user (i.e. force kill the app). This happens only on iOS builds on multiple unity versions (see...
View ArticleNative Crashes at Google play developer console,Native Focus Crashes
Hello, i have created a multiplayer racing game with socket.io I have increased of crash rate at google play console but can't produce on my device. The error stacks are java.lang.Error...
View ArticleIOS Build works on iPod but not on iPhone?!
When I build my IOS game from unity to Xcode everything works .And when I build it on any device the app goes to the screen. But when trying to open app on iPhone 10 it crashes at start. Just so you...
View ArticleCrash when Switching Build Platform to MacOS
We've been developing a project with Unity 2019.2.10f1 and everything has been going great until today. I tried to switch the Builder Settings to MacOS and as soon as it finishes "Determining assets...
View ArticleEditor deletes Layout when pausing after maximise on play
For some reason, if I run my game in Maximise on Play, pause it, disable my UI and Player, unpause, then wait a bit, unity says it has to delete current layout and reset to default, after which I can...
View ArticlePossible Infinite Loop Freezing Game
I think this script "Card" is freezing my game every time I hit play by getting stuck in an infinite loop. I can't figure out why this is the case (if it is) as it seems like the loop should close....
View ArticleCrash after build, how to debug?
I have a program that runs fine in the Editor, but crashes after build and play with after a brief window with an exclamation mark. ![unity crash screenshot][1] After producing a debug build, I can see...
View ArticleInfinite loop might be freezing game
I think this script "Card" is instantly freezing my game every time I hit play by getting stuck in an infinite loop. I can't figure out why this is the case (if it is) as it seems like the loop should...
View ArticleUnity HDRP Crashing/Freezing during asset store import
Importing assets from the in Engine Unity Store under HDRP projects causes the engine to crash/freeze. The way that i managed to release the freeze was to open task manager and End Task all the...
View ArticleLight bake artifacts 19.3
Hi, who among you knows the Unity bake ?, I already come across this many times, but every time I ask myself what is wrong with Light bake in Unity ???, I really want to figure it out if anyone knows...
View ArticleSometimes the editor crashes when starting the playback mode or compiling...
here is one of the dumps Dump file: Unity.exe.10368.dmp: C: \ Users \ arper \ AppData \ Local \ CrashDumps \ Unity.exe.10368.dmp Last record time: 05/11/2020 6:30:11 p.m. Process Name:...
View ArticleApk crashed on launch
Bonjour a tous, je suis nouvelle dans Unity, j'ai un soucis quand j'essaie de lancer mon apk sur la shield, j'ai le logo de Unity et puis ca crash et revient sur l'écran de menu principal. Mais quand...
View ArticleI am making a mobile game with unity and the app crashes with the message "...
I ran logcat command: adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG and it gives me the following error: 05-20 18:51:56.106 1218 1516 I ActivityManager: Start proc...
View ArticleIL2CPP Google AdMob problem
Hello everyone! Well I create a game with Unity 2019.2.17f1 and with AdMob. I had Scripting Backend to mono. It worked fine with no problems and the advs were right. I decided to upload it to Google...
View ArticleUnity crashes after I change 1 symbol in code!
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FlorScript : MonoBehaviour { public int size, sizeleft; public int[] sizeX; public int a,b,c; public...
View ArticleUnity craches inconsistently on Android during rendering in...
I have an app which uses AR Core + imported FBX model from my asset bundle. When I use the app and manipulate the model on my Android devices I often have a crash with the following tombstone:...
View ArticleUnity Player crashes on a scene with Video Player.
Hi, I just launched a game several days ago on Windows. The game uses the VideoPlayer to play some videos that are transcoded with Unity in H264 codec, 1920x1080, and 10 seconds long each. However, a...
View ArticleUnity Editor crashes from a seemingly trivial piece of knockback code?
else { Debug.Log("Started attack"); if (setDirection == false) { coll.attachedRigidbody.velocity = new Vector2(coll.transform.position.x - transform.position.x, coll.transform.position.y -...
View Article