Search Issue Tracker
Unneccessary MonoBehaviours included because UnityRootStrategy command l...
How to reproduce:1. Open the attached solution "UnityLinkerTests_.7z" in Visual Studio 20192. In "UnityLinkerTest.cs" edit "UnityIns... Read more
Getting the current process name returns Null when building with IL2CPP
How to reproduce:1. Open user-attached project “2022.2 Beta Project”2. Build the project with the IL2CPP Scripting Backend3. Observe... Read more
[IL2CPP] System.Array.Copy() corrupts data with IL2CPP
When copying arrays using IL2CPP, the results differ from the ones when using Mono compiler. Steps to reproduce:1) Open the latest a... Read more
[Android] [WebGL] Il2CPP build crash on AssemblyResolutionException
Steps to reproduce:1) Download attached project "AssemblyBug.zip" and open in Unity2) Make sure platform is set to Android3) Ctr+Shi... Read more
[IL2CPP] Project crashes with Debug Assertion Failed error in the runtime
When using large arrays with the C++ Compiler Configuration set to Debug IL2CPP may fail with a debug assertion: "Expression (elemen... Read more
Fatal IL2CPP Linker errors are thrown when building a project with Entia...
How to reproduce:1. Open the user attached project2. Make sure that the scripting backend in Player Settings is set to IL2CPP3. Buil... Read more
Exception: Unity.IL2CPP.Building.BuilderFailedException is thrown when b...
How to reproduce:1. Open the user's attached "verify.zip" project2. Open the "SampleScene" Scene3. Go to File -> Build And Run4. ... Read more
[iOS] [Android] External library generics fail during IL2CPP build
How to reproduce:1. Open the “ReproProject.zip“ project2. Open the “SampleScene“3. Build for Android Expected result: Build successf... Read more
IL2CPP crashes when two non-existing methods with same declaring types a...
IL2CPP crashes when two non-existing methods with same declaring types and parameter counts are referenced from a DLL with this call... Read more
[IL2CPP] Crash when accessing methods such as Type.IsAssignableFrom() fo...
Exceptions in il2cpp runtime library code when using Type.IsAssignableFrom() method for some specific types. To repro:1) Open attach... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server