Switching from AR scene to normal unity scene crash using android
hello , I have two scenes 1st is the menu and the 2nd is the AR scene using AR foundation and AR Core extension . so when I try to get back from the AR scene back to the menu the app crash on android ....
View ArticleTerrifing Android crash: AnimationHumanStream GetBodyLocalPosition()
Hello Our game has old problem, many crashes in GooglePlayConsole like this: (stack trace after symbolication in Logcat Stack Trace Utility) Unity 2019.4.35f1 We using Mecanim humanoid rig on our...
View ArticleStack trace could not be displayed. See the latest crash report generated in...
I keep getting crash errors in Unity HDRP 2021.2.16f1 Stack trace could not be displayed. See the latest crash report generated in Editor Log by clicking the "Go to crash logs" button
View ArticleWhy does my Simulation keep crashing as soon as this code is called for a...
void SpawnCreatures() { int i = 0; while (i <= NumCre) { if (creatureList[i] != null) { Placeholder = DecodeRNA(creatureList[i].GetComponent().GetRNA()); } else { Placeholder = new int[] { 0, 0, 0,...
View ArticleEditor freezes after 'killing' an enemy but not every time
I receive 0 errors before the editor freezes. Previously I thought the issue was that I changed the enemies List during runtime (which gave errors) because of how I was planning on handling enemy...
View ArticleSegfault in glGenerateMipmap()
I use TextureArrays with GPU instancing to have fewer draw calls. TextureArrays allow me to sample different textures per instance by settings texture index in MaterialPropertyBlocks. ----------...
View ArticleUnity has stopped working. Unity crashes.
I tried to open a project in unity two days ago. After Unity opened the project my PC powered off. I powered it back on and tried to run the project again only to get an error by Unity saying that...
View ArticleUnity 2020.3.33f1 crashes when run the active scene first time
Yesterday I got this error: (before it worked like a charm) I have a big scene in unity. When I load up the project, the active scene will be this large scene. I hit PLAY button -> the memory...
View ArticleCan’t open project from usb as it says opening file failed
I have a project on my usb that I plug into my windows computer to edit and a few days ago I tried to add an asset into my game. My computer was taking a lot longer than usual so I decided to restart...
View ArticleI can’t open my game that is on my usb because it keeps saying opening file...
I have a project on my usb that I plug into my windows computer to edit and a few days ago I tried to add an asset into my game. My computer was taking a lot longer than usual so I decided to restart...
View ArticleMy pathfinding code crashes the editor
Hello, I am making a taxi for my game. What I made so far is a waypoint system and pathfinding for that system. Today I found out a bug that crashes my entire editor while picking a goal for my taxi....
View ArticleWindows Standalone crashing silently during scene switching
Hi. I've made a StandaloneWindows64 build of the game. It works completely fine in the editor, and the windows standalone build works with 99% of players, however a few are reporting it crashes when...
View ArticleGot a SIGSEGV while executing native code. On Android app
[Error from logcat][1] I am getting this error after clicking button in menu after playing in main scene. This error only appears in android build. I have only menu scene and game scene in project. All...
View ArticleHard crash on Android builds when executing GameObject.SetActive();
My build crashes whenever I execute SetActive on any GameObject, except cameras for some reason. I've tried building with different versions of the Unity Editor. Still the same result. When I comment...
View ArticleUnity editor is crashing OnTriggerEnter2D
Hi, just trying to make a simple platformer where the next platform instantiates based on an array of locations set from the original platform's location. The original platform is a prefab containing...
View ArticleUnity Build Error - Mac and Windows
Hi! I was trying to build my game on Mac and Win, but my build crashes with this errors: UnityEditor.BuildPlayerWindow+BuildMethodException: 5 errors at...
View ArticleClone Scripts Freezes Unity On PlayMode!
I am making a FPS game and the AI just shoot constantly well the game is running. the Ai shoot script has worked for a while but today it freezes unity on play every time! this only happens with the...
View ArticleMaking a unity build fails every attempt.
I am not new, but a beginner still using unity. I have had no problems in the past building my projects- but recently every time I try to build my newest project something called "netcorerun" crashes...
View ArticleGet Crashlog or Stacktrace from Editor crash
I experience editor crashes when accessing Firebase Firestore functions when running my game in the editor, the editor just freezes for 2 seconds and closes without any notification. While this is...
View ArticleWhy does the editor crash when editting a prefab?
Why does the editor crash almost every time when I edit a prefab? I am using 2020.3.34f1 version.
View Article