Search Issue Tracker
Screen.width/Screen.height in OnEnable/Awake shows incorrect values when...
How to reproduce:1. Open attached project ("ScreenBug.zip")2. Enter Play mode3. In Hierarchy window, disable and enable "PrintResolu... Read more
Compilation errors during asset bundling changes active build target
How to reproduce:1. Open the "New Unity Project 1.zip" project2. Press Assets>Build AssetBundles3. Check the console to confirm t... Read more
[tvOS] APIUpdater fails when changing platform to tvOS
When switching platforms to tvOS, the required API updater fails and then building for tvOS is impossible To reproduce: 1. Download ... Read more
Parent Coroutine does not resume when yielding to child Coroutine, whic...
Reproduction steps:1. Open the attached project “CoroutineDestroy.zip“2. Enter the Play Mode Expected result: “ParentCoroutine Resum... Read more
[Mac] Crashes on __pthread_kill when opening a Script when there's no Vi...
How to reproduce:1. Open attached project2. Open any script from it Reproducible with: 2019.2.0f1, 2019.3.0a11(freezes)Not reproduci... Read more
APIUpdater crashes when script has qualified access to statically import...
basically code like: using static System.Console; public class C{public void M(){Console.WriteLine("Test"); // this would cause APIU... Read more
ILPostProcessor causes DLL's that link to UnityEngine.UI.dll to fail and...
How to reproduce:1. Open attached project "1TestMirror.zip"2. Right click the TestScript in the project3. Select Reimport Expected r... Read more
NullReferenceException pops up when calling method from a ScriptableObject
How to reproduce:1. Open attached Unity project "scriptableissue"2. Load scene "Main"3. Add AudioSource component to "tankG2018b" ga... Read more
System.Diagnostics.Debugger.Break() does not trigger a breakpoint
Steps to reproduce:1. Download attached project2. Open "test" scene3. Enter play mode Expected results: Breakpoint is triggered by S... Read more
Unable to clear console compile errors that were reported during compila...
Unable to clear console compile errors that were reported during compilation of .asmdef assemblies on startup Steps:1. Create a fold... 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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera