What is causing Unity to crash when importing a mp4?
Hello, I am working on a virtual reality film that requires the use of very high res textures. The issue that I have run into is that when I import a mp4, the file imports as only a fraction of the...
View ArticleProblem Loading Project
Hi all, I have a serious problem loading my project. I recently closed a project that I was working on (I had saved before exiting). Now Monodevelop is acting strange by crashing when I click the debug...
View ArticleUnity3D Game crashs on Sony Xperia T 4.3 jelly bean
Hey guys! I recently added a game to the playstore, and the first days it looked like everything is just fine. Then after a week a user reported a crash and gave me a poor rating because the app crashs...
View ArticleUnfrequent crash
Hello guys, I'm having an issue with my Unity Application. Sometimes it crashes and I can't figure out why. The application is built using Unity 4.6.6f2 (standalone Windows 32). My PC has the following...
View ArticlePing make my android app crash if no internet connection
Hi, I am looking for a system which determine if internet is available when i launch my app. After searching on internet i have try many solution and on editor this one works : IEnumerator...
View ArticleUnity 5 crash on startup
Hello, every time I try to launch unity it shows the unity screen but at the part where I would normally pick my project it just instantly crashes and says that Unity Editor has stopped working. I...
View ArticleHow do I not bake and cluster lights
I have a huge maze and when I enter play mode before the bake is finished, everything looks perfect (All lit up and no shadows). When I let it bake and cluster and such, it fails at 5/11 clustering....
View ArticleUnity 5.1.0f3 crashing at splash screen
*Unity 5.1.0f3 64bit crashes at the splash screen on Windows 7 Ultimate 64bit, with fault module libcef.dll Unity 5.0.3f2 and 4.6 work perfectly well.* **Tried solutions:** -Launching Unity as admin...
View ArticleiOS: anti-aliasing causes exc_bad_access exception.
Hello. I'm getting an exc_bad_access exception in iOS when anti-aliasing is turned on. The exception happens in UnityBlitToBackBuffer. Does anybody know how to fix that without turning anti-aliasing...
View ArticleHow to replace legacy animations for animators in NGUI.
After upgrading the project from 4.6 to 5.1, all of the sudden iOS build begun crashing on scene loading. I've found the issue to be very similar to issue ID 694004. It would appear that the problem is...
View ArticleUNITY 5 calculating everytime and Crashing on painting Terrain height?
Hi guys , I am facing this annoying problem. I am trying to height paint a terrain and Unity is calculating geometry of it everytime I click on any part of terrain to paint. IT EATS 2GB OF DATA IN LESS...
View ArticleWebCamTexture crashes on android
I tried using WebCamTexture on a plane and it crashes whenever i try to stop it. I'm using it on S6. Did i miss out anything in my codes? using UnityEngine; using System.Collections; public class...
View ArticleCrash Fatal Exception signal 7 (SIGBUS) on Android 4.4
I've received a couple of strange crash reports of our game running on a MiPAD Android tablet. Both logs are the same, only changing register memory addresses. Does somebody know if this is fixed in...
View ArticleUnity 5.1: Using NetworkView crashes on iOS?
Hello Unity coders, My project is using the now-deprecated NetworkView component. When I try to run my game on my iPhone, it crashes with this callstack: 0 InsertInList [inlined] at...
View ArticleUnity 5.1 crashes on project load
Unity 5.1 crashes on project load. Menu opens successfully, but when you select any project, Unity crashes. It was starting to happen a while after Unity update. Unity even crashes while trying to load...
View ArticleIL2CPP Crash on Instantiate(gameObject)
I get a crash on iOS build with IL2CPP when try to Instantiate(gameObject) http://monosnap.com/image/mTYjRTom9DLjnIpVjQB31041O19uXm http://monosnap.com/image/Z8pzLNnrXkDvg3vwe12AKkwalh53z2...
View ArticleWhen using visual studio, and saving code outside of unity, it wrecks my...
Hi, I have a mayjor problem with unity that I keep running into. If I close unity first and then save code in visual studio 2013, it ruins the project every time. I can no longer load the project...
View ArticleInstalled 5.1, Monodevelop wont open
On a Mac, trying to open Mono both from Unity and straight from Spotlight. The icon bounces and then disappears. No error message and Mono is not present in activity monitor after it crashes. Any help...
View ArticleUnity 5.0.1 to 5.1.1 upgrading errors
Hello Community ;) I have many problems since Unity 5.x The first and most important: I cannot upgrade from 5.0 to 5.1. Everytime I want to upgrade Unity crashes if it comes to Compile the scripts. I...
View ArticleGame crashes on Loadlevel when called on a swipe event
Hi, On my game, whenever I call LoadLevel("mylevel") from a swipe event it crashes, the same LoadLevel("mylevel") works fine if I call it from a button click event. I tested swipe with other calls (I...
View Article