I am unable to publish my scene (suddenly). The build process pauses and then Unity crashes. I get no error message or information about how or why the process fails. Where can I find logs or is there a Build c
Unity Cloud Diagnostics is a service that automatically collects and reports data about errors (known as crashes or exceptions) in a game. You can also use it to collect feedback from your players, such as bug reports or feature requests. In this tutoria
Unity crashes only when you try to Instantiate an object with problem script. If you will add this component via AddComponent<T> the crash won't appear. Providing prefab with component and loading it from Resources also trigger the crash. After importing project to VS and run I got the sta...
Crash on AudioClipPlayable::HandlePlayEvent when loading and instantiating Addressables in Play Mode - Mar 06, 2024 Reproduction steps: 1. Open the attached “repro-project“ 2. Open the “Assets/Scenes/AssembleBase_always_addressable.unity“ scene 3. Open the Ad...
Once configured, plugins will be uploaded automatically the next time you build your project. Minidumps The methods PostCrash, PostMostRecentCrash, and PostAllCrashes can be used to upload minidumps to BugSplat. We recommend running PostMostRecentCrash when your game launches. Copy StartCoroutine(...
Delayed C# layer initialization and registration of the signal handling function may render the detection of previous crashes unavailable. Therefore, it's recommended to initialize and register signal early. #2.1 Download and Import Unity Plugin to Unity Project ...
Additional SDKs you are using: Platform you are using the Unity editor on: Windows Platform you are targeting: Android Scripting Runtime: IL2CPP [REQUIRED] Please describe the issue here: When starting our project in the Unity editor, the editor crashes. The error log shows ...
Android build crashes as soon as it launches if the plugin is installed. The crash happens before any C# script runs. This is not a solution but just to check, if I disable "Load On Start Up", the app launches then crashes when it tries to initialize the library. IL2CPP and arm64 ...
1. Open the attached Project from "RenderDocCrash.zip" 2. Right-click on the "Game View" Tab and then click on "Load RenderDoc" Actual result: Unity Editor crashes Reproduces on: 2017.4.26f1, 2018.4.0f1, 2019.1.1f1, 2019.2.0a14, 2019.3.0a2 Note: - Tested with RenderDoc 1.4...
[iOS] Crash on il2cpp::vm::LivenessState::AddProcessObject when using Social.LoadUsers and then changing scenes iOS - Aug 13, 2020 Reproduction steps: 1. Open attached project "Case_1270230" 2. Build and deploy the app to a device 3. In th...