Crash by SetParent() with Animator.
[crash report here][1] It often happens on Android & iPhone. Step. 1. GameObject(A) is complex nested and has child with Animator. 2. The parent is "empty GameObject" and inactive in hierarchy....
View ArticleCrash on iOS build device in UnityInitApplicationNoGraphics function
Hi, I have a crash on my device ( iPhone 6 with 64 bits cpu) when the **UnityInitApplicationNoGraphics**() function is called. Apparently it occurs in this function: **MetadataLoader::LoadMetadataFile...
View ArticleCrash with error -All lines/trails should share the same vbo chunk- while...
I get the following error while drawing with LineRenderer: > All lines/trails should share the same> vbo chunk>> (Filename:> C:\buildslave\unity\build\Runtime/Graphics/DrawUtil.cpp>...
View ArticleProblems porting a Unity game to android
Having problems porting a Unity game to android , the app just shows a black screen for 1 sec and app closes by itself , moreover even a basic bare game also doesn't run on android phone, I have latest...
View ArticleUnity randomly going unresponsive when importing script changes
This started happening recently. I am working on a project that has decent amount of scripts and i change them a lot every day. Recently my unity started freezing for a while after the script change...
View ArticleSeveral Memory Optimization Questions
1. When compiling with stripping level: Use micro mscorlib I get the following error when clicking on the second button in my game when running on an iPhone 4s. I do not get the error in the simulator....
View ArticleApp crashes on starting(Android)
I'm trying to launch app on Samsung gt-i9300(Android 4.4.4) but it crashes immediately after launch. Here is logcat filtered by Unity processes( adb logcat -s Unity ActivityManager PackageManager...
View ArticleAccess Violation 0xc0000005) in module Unity.exe
I have been searching for days and can't figure out whats wrong, I have Change my shaders up under the Graphics tag and I also looked for the unity Patch for this certain error. The Error Occur...
View ArticleProblems met after upgrading unity.
Hi guys, I met some problems after upgrading my unity from version 5.3.4 to 5.3.5. The old projects built in version 5.3.4 cannot be opened in version 5.3.5. It always crashes. And I also tried to use...
View Articlecrash to error "The exception unknown exception" after 1-2 hour
Our build is currently running fine but the app crashes every 30 minutes - hour with the following error: ![alt text][1] [1]: /storage/temp/71635-error.png Anyone know what this error means/ know if...
View ArticleUnity failing to run on Kindle devices
I have submitted my app to Amazon, but they report that the app crashes on Kindle devices. It runs fine on other devices. It is built using Unity 3D 5.3.4f1. The app seemed to worked fine when built...
View ArticleMemory issue with iPhone 5
I'm building an app for buying and playing audio files and I'm having a problem with memory on the iPhone 5. The app is working fine on iPhone 6 which has the same amount of memory. It is DDR2 on the...
View ArticleiOS Crash on 8.0 version
My project used version u5.3.1p1. but ipv6 supported on 5.3.4p4. So i update my u3d to version 5.3.4p6( i think it's new it is best.) but when i published a new output. i got a crash on my itouch 5 and...
View ArticleGame Crash While loading Level With Many Prefabs
Okay... I'm Creating [this][1] game for mobile platforms. I'm Using Track Sections(like straight, left , sharp right etc...) to construct the track using an editor script. All the track sections are...
View Article[UnityAppController renderingAPI] called before [UnityAppController...
After upgrade to unity 5 and my app crash on startup on iPod touch 5, but runs ok on iPhone 6. Log shows the following message: Jun 13 17:53:07 jacky-iPod TestProject[24012] : *** Assertion failure in...
View Articleandroid crash log from google developer console
hi, i got this crash log from google developer console with Device S800W 2 Lenovo TAB 2 A7-30HC (A7-30HC) Caused by: java.lang.ClassNotFoundException: Didn't find class...
View ArticleCan't open Unity Editor anymore after editing scripts
I few moments ago I made some changes to my C# code in the Unity project and after returning to Unity, Unity Editor crashed. After reopening Unity it crashed again when compiling scripts. I tried...
View ArticleUnity not working with iOS Simulator
I get an EXC_BAD_ACCESS on the following line when running the simulator in landscape mode or rotating to landscape mode: UNITY_OBJC_FORWARD_TO_SUPER(self_, [UIViewController class],...
View ArticleMy Game gets crashed, only in my phone, with just one scene in it
in the pc works just fine but when I export it to my android phone it crashes. I have a 3d animated skeleton with a life bar. and the following script: `http://pastebin.com/uTAftg5e` And I have the...
View ArticleiOS crash when dismissing system keyboard
this seems like it may have been introduced in unity updates. we're on unity 5.3.3f1. when the iOS system keyboard is dismissed (via hide, cancel, or done), the app crashes. the log has this:...
View Article