[VR] Failed to load OVRPlugin.dll
I have a problem with creating new 3D scene using VR. I've imported latest oculus integration, then i've installed XR Plugin Managment and added Oculus provider. Then the error appear saying "Failed to...
View ArticleGame crashes after using Android Plugin
Hello everybody, I wrote a Plugin in Android Studio that uses FFMPEG to process videos for my Unity game. the Plugin processes and generate videos successfully, when the plugin is done, the game keeps...
View ArticleUnity's editor works fine but the built game doesn't work
I'm making my first game in unity 2020.2.1 and in the editors it works perfectly fine but when I build the game and launch it, a screen with the unity logo and an exclamation mark on it pop up and...
View ArticleNew Input System: ArgumentException: Event must be a state or delta state event
Hi everyone. I'm making a simple Android game using New Input System and OnScreen controls. Build works fine until i reload the game scene. At this moment controls stop working. After getting back to...
View ArticleI can't use google admob ads
I can load and show the ads on the computer, but when I open it on the android platform, it either freezes while loading and the application closes or does not show. I get one error and that's it ; You...
View ArticleAssetBundle.LoadFromFile cause Inflate Error: (file zip crc32 : 00000000)...
I have met a crash on android device when using "AssetBundle.LoadFromFile" to load a AssetBundle which is not exist in fact. In Android Studio logcat window, it can be show with this message "E/Unity:...
View ArticleUnity freezes when adding Task to List
I have the follwing code : List> tasks = new List>(); foreach (string url in urls) { Task task = AsyncRequest(url); tasks.Add(task); } Task.WaitAll(tasks.ToArray()); Where Response is a simple...
View ArticleVuforia project crash after I hit Play
Hello guys. Today I have a big issue. The problem is related to Vuforia I guess. I exported the project from Windows to macOS. Everything went okay, but when I first time opened Vuforia Configurations...
View ArticleCrashes right after splash screen, fine in editor.,Error right after splash...
Simple 2d mobile game. In editor or using Unity Remote it works fine, no errors. When build APK and installed it on my Samsung Galaxy Tab A 2016 (Android 5.1), it crashes right after the Unity logo...
View ArticleUnity app crashes on HoloLens 2 when changing scene
I have developed a simple app for HoloLens 2 using Unity 2019.4.10f1 and the Microsoft.MixedReality.Toolkit.Unity.Foundation.2.5.3.unitypackage. This app only contains two scenes and a 3D model (a cube...
View ArticleGame crashes on Android if manipulating Animator
Hi all :-) My Unity 2D game crashes (closes without error) on Android if I'm manipulating Animators/Animation Clips by script. We're using sprite animations on our main avatar and we've implemented...
View ArticleBuild crashes on load
Im using 2019.4 and im trying to build my project. im using a mac os x 10.10 btw. it keeps on crashing when it finishes building. whats happening?
View ArticleMy unity STOPS RESPONDING when this function is activated
So whenever I click play everything is fine however when I do something that calls this function: void SwapCards() { string Temp = "tmp"; for (int i = 0; i < isSelected.Count; i++) { for (int j = i...
View ArticleMy unity STOPS RESPONDING when this function is activated
So whenever I click play everything is fine however when I do something that calls this function: void SwapCards() { string Temp = "tmp"; for (int i = 0; i < isSelected.Count; i++) { for (int j = i...
View ArticleUnity keeps crashing when creating/opening any project
Hi, I was using Unity 2020.1.6f1 and I came back to Unity after a while and when I tried to create a new project, it would create the project and the assets but I can't get into the editor. I even...
View ArticleRandom audio clips from array on prefab crash
I have a prefab character that spawns using a UI button. I'd like to make them say a few different audio clip phrases at a random interval. I did some research on playing clips randomly, which I THINK...
View ArticleEditor Crashing when Entering Playmode (Unity 2020.1.12f1)
Hello community, my unity editor crashes when entering Playmode. The Unity editor log file says: Unity.exe caused an Access Violation (0xc0000005) in module Unity.exe at 0033:03e9c348. Error occurred...
View ArticleMy updated game crashes.
Last night I updated my game, which was previously published on Google, to the new version. But when I download my game to the phone, it doesn't open. It only shows black screen and turns off after 1-2...
View ArticleUnity keeps freezing in play mode
When I go into play mode the editor completely freezes and becomes completely unresponsive. The crash manager never activates and the window won't close or react to anything until I close it with task...
View ArticleApp Crashes on Launch
I've posted this in a few other places, but have not gotten a response. So, if I build and run my app, it will run the app for about 5 seconds, title screen visible and all, before crashing. If I...
View Article