error CS0234: The type or namespace name `IActiveBuildTargetChanged
After many failed attempts, re-imports etc. I'm forced to ask if anyone is familiar with this Cloud Build error. this is since updated to Unity 2017.1 7358: [Unity]...
View ArticleApp on Android Device crashes after multiple rotating touch gestures
Hello Everyone, I'm on a problem that I can't solve right now after many researches, here is what I got as issue : I'm trying to make a geolocation app that uses a 3D map [ with Mapbox ]. Everything is...
View ArticleError on opening of all Unity projects: "Error Loading Launcher"
Every time I try to open any Unity project I get this error and then then the program stops working and shuts down. I'm on a deadline and I've tried fixes (deleting the files in the packages folder in...
View ArticleHelp! My game keeps crashing on startup!
My new game crashes on startup saying this message. ![alt text][1] I have tried to find and delete the font called UNTC.ttf or something like that. Because I was on google looking for a solution. I...
View ArticleUnity is crashing on changing the resolution in game mode in ubuntu
Unity is crashing on changing the resolution in game mode in ubuntu ,its suddenly crashing but not always but in particular important its quitting hate it unity .deb version but love its speed in...
View ArticleI upgraded Unity and a scene crashes after open it
Hello. I upgraded my unity 5.5 to 2017.1, and everything on my project was fine, except for one scene that when I open it, unity crashes. the scene have a menu made with a canvas, it worked fine on 5.5...
View ArticleEditor Crashes Upon Startup After Rebooting Computer
When I open the Unity Editor, the following error message pops up and the Editor fails to open: **C:\Program Files\Unity\Editor\ispc_texcomp.dll is either not designed to run on Windows or it contains...
View ArticleUnity Web player crashes every alternate refresh in Chrome
Hi there, I have Unity web player in Chrome that works perfectly on first load. However if I refresh the page or reload having clicked away from the page then the player instantly crashes. If I refresh...
View ArticleMoving out of collision with trigger using while loop crashes Unity.
I'm trying to move a game object to the left until it is no longer touching a trigger using a while loop in the OnTriggerEnter2D function, but it crashes Unity. Here's my code: void...
View ArticleCrashes when using camera.SetTargetBuffers on IOS11 if external display is...
Unity crashes on IOS11 if external display is attached XCode Version 9.0 beta 6 (9M214v) Unity 2017.1.1p1 IOS 11 beta. 1) Build your app to your device 2) Attach external display 3) Start the app. I...
View ArticleApp Crash while integrating UNITY in iOS(Swift)
I tried integrating UNITY with iOS (Swift). It builds successfully, but, the app is crashing on "UnityInitApplicationNoGraphics([[[NSBundle mainBundle] bundlePath] UTF8String]);". Can you please...
View ArticleHow to force my *.exe to crash
How can I force my *.exe build to crash, but without this popup ![alt text][1] [1]: /storage/temp/101736-photo-2017-09-12-17-45-38.jpg Thanks ^^
View ArticleUnity 2017.1f1 Freezes while compiling scripts
My Unity started to freeze every time i compile scripts few days ago. The loading "circle" on bottom right corner just freezes and so does Unity, so i have to stop the process from task manager....
View Articlewhen sleep i run the game for ten hour then crash:physx::PxsComputeAABB
![alt text][1] [1]: /storage/temp/102229-qq截图20170920132405.png
View ArticleGetting Crash: Write to location 000000a6 caused an access violation.
The game crashes while playing a level with wave spawning enemies. Strangely before the crash happens certain assets aren't being rendered in game view (but in scene view they do), objects in general...
View ArticleUnity keeps crashing and returns this "OpenRL.dll" error? Anybody has any...
![alt text][1] [1]: /storage/temp/102290-unity-keeps-crashing.jpg
View ArticleIntel Iris Pro 580 driver crash causes Unity graphics freeze
Hello, We are having issues with a Unity build that's running in a museum on an Intel NUC6i7KYK PC. The graphics driver of this machine crashes once in a while. This causes a graphics freeze in the...
View ArticleMoveCreatures() Method crashes unity HELP
void MoveCreatures() { for (int x = 0; x < mapWidth; x++) { for (int y = 0; y < mapHeight; y++) { Move(GetLocationToMoveTo(), map[x, y]); } } } void Move(byte direction, Creature creature) {...
View ArticleWhy does Unity 2017.1.1 crash with an Access Violation when building?
When I try to build my game in Unity 2017.1.1 I get the following error: Unity.exe caused an Access Violation (0xc0000005) in module Unity.exe at 0033:40bf2234. I'm using a Windows 10 laptop with 8 gb...
View ArticleCouldn't find Crashlytics GameObject
Added Crashlytics to the project, but it doesn't seem to be initializing correctly. I've added the Crashlytics GameObjects to the first scene that loads in the game (a loading screen). I've also added...
View Article