Unity crashes when trying to resize a plane
i was trying to make buttons made oout of planes but im guessing thats not gonna work and should use cubes instead. anyway everytime i tried to set the x value of the scale of the plane to 0.5 unity...
View ArticleUnity Crashes Startup/Saving Scene
Hello. I just installed Unity 5.1.2f1 64bit on my Windows 8.1 laptop (didn't have a previous installation). When opening the program, it shows the splash screen and then shows a white box (the one that...
View ArticleUnity 5 _ Game freezes on play when any script is added to the project.
I've been using Unity for a few years now, and when i downloaded Unity 5 and tried to add even the simplest script, the play button freezes the program and necessitates a force quit. When i try to...
View ArticleProblems with Galaxy S3 and multithreaded rendering?
Hi, My project seems to work well on all of my test devices except the Galaxy S3. For some reason it crashes on this device (seemingly randomly). Disabling multithreaded rendering appears to help, but...
View ArticleUnhandled Access Violation in ntdll.dll When Building Assets For Scene.
Everytime I try to build my project; Unity Editor crashes when the compiler reaches "Building assets for scene". Note, it crashes, not freeze. Scene 0 builds fine because there is barely anything in...
View ArticleOnCollisionEnter() crash with IL2CPP on iOS
Hello, With 4.6.7, 4.6.7p1 or 4.6.7p2 , Unity crash on iOS if I use OnCollisionEnter() with IL2CPP Scripting Backend. void OnCollisionEnter(){ blablabla } Works fine with Mono 2.x Scripting Backend....
View ArticleUnity consistently freezes and crashes - Service exited due to signal: Abort...
Hey Recently in the Unity editor, every once in a while when I'm flying around a scene, or even just opening a game object in inspector, the Unity engine freezes, I see the really annoying beachball,...
View ArticleWhy does unity crash when i use this code.
I have been trying to fix this problem for hours and the only sulotion I can come up with makes unity crash. Crashes: if(weapons[x+1].unlocked) currGun = x;
View ArticleUnity 5.1.2f1 (64-bit) - Crashes on start up with no log
Hello Recently i've downloaded unity 5.1.2f1 personal for my Windows based computer but it won't run i've checked editor's error log and here is it: Built from '5.1/release' branch; Version is '5.1.2f1...
View ArticleOverlapsphere crashing my game?
My Unity keeps freezing when I run it while using this code, Am i doing something wrong? using UnityEngine; using System.Collections; public class BasicAIMovement : MonoBehaviour { NavMeshAgent nma;...
View ArticleSIGABRT crash while running standalone Linux app
Hello folks, I have exported my game into three plataforms: OSX, Windows and Linux. The first two worked all right. However, I'm having problems on running it on Linux. I'm testing on an Ubuntu 14.04...
View ArticleUnity 5 64bit startup crash (win 10)
Will explain all what I did. I have installed clean Windows 10 to my PC. Installed Visual Studio and Unity 5.1.2f1 64bit. After I made a recovery point (that was great idea) So after that I have...
View Articleis this a bug of unity?it cause crash on some android device.
on some android device, when i click the game icon.there is a white screen with title, when the screen not disapear, touch screen and move on screen crazy. it will crash, call stack like this: #00 pc...
View ArticleEditing Animations crashes Unity
I'm making my first 3rd person adventure rpg and I'm currently working on the animations. When I go into the Animation tab and try to edit the animations, Unity stops responding and freezes. Nothing...
View ArticleDedicated Server crashes when client calls Network.Disconnect
I have no idea how to debug this further, but sometimes when the client calls Network.Disconnect after recently changing maps, it will immediately crash the dedicated server. No error messages, no...
View ArticleIOS Crash Report
I get this crash at start . After 3-4 crashes the game works . I use Unity 5.1.1f1 Personal . Here is the symbolicated log : Incident Identifier: 04B26B85-FFC1-49C1-8158-36D80E4E4E5C CrashReporter Key:...
View ArticleUnity makes computer freeze when I try to resize the window?
When I try to resize the window of Unity 5, it freezes my computer and I have to restart it and this won't go away and I don't know how to fix it either. I'm on a Mac, and I have Yosemite installed and...
View ArticleiOS app crashing after force quit, launch, lock, then unlock.
Hi, I'm running into a strange bug with the iOS build of my application. On higher end devices with more memory the application shows a still shot of the previous session when the device is unlocked...
View ArticleWhy does Unity 5.1 crash while building a PC standalone, and how can I get...
I have a 560 MB project that I trying to build a PC standalone for the client. Each time I attempt to build the project using build settings --> build, it crashes a bit more than halfway through the...
View ArticleHiding "Oops, the game crashed" message
I have a server application that contains a bug. Upon crashing due to this bug, a screen pops up saying "Oops!" and "The game crashed." Until I click Ok, my server seems to continue running in a...
View Article