Search Issue Tracker
Unity crashes in GetComponentWithScript when object is parented to the o...
To reproduce: 1. Open the project, attached by the user (FrogJam.zip)2. Open the "TestScene" scene3. Enable GameMap (Auto) game obje... Read more
Editor crashes when adding UI Mask component to the game object with a s...
The script that causes the crash is taken from the asset Pixel Rotation Sprite: https://www.assetstore.unity3d.com/en/#!/content/881... Read more
Conditional compilation problem with RuntimeInitializeOnLoadMethod
Repro steps: 1. Open "DELETE.zip" project2. Clear the Console and enter Play mode3. Exit Play mode and check the Console output (Tes... Read more
Coroutine started from Awake on object with NetworkIdentity does not run...
Steps to reproduce:1. Open QA attached "CoroutineAwakeNetworkIdentity.zip"2. Enter play mode3. Observe only 1 being output to consol... Read more
Unity performance decreases when debugging and stepping over code instea...
Reproduction steps:1. Open project attached (ReproProject.zip)2. Open scene "MainScene" from Assets/Scenes3. Open script PerformWork... Read more
Serialized Scriptable Object works in the Editor, but not in the Build
To reproduce:1. Open the "Game" scene in the attached project2. Play the scene3. Press any key4. Click on the blue squares on the "S... Read more
Unity crashes at mono_arch_find_jit_info_ext when calling Lua.DoString ...
How to reproduce:1. Open given Unity project2. Enter "DungonMaster" scene3. Enter Play Mode4. Unity crashes Reproducible with: 2018.... Read more
Crash on mono_class_init when pausing playmode or inspecting object
Reproduction steps:1. Open repro project (NewRepro.zip)2. Open scene "TestScene".3. Press Play.4. Press Pause. Expected: Play mode w... Read more
Crast at Camera::SetTargetTextureBuffers when Graphics.SetRenderTarget i...
Steps to reproduce:1. Open "UnityBug.zip"2. Load "BugScene" scene3. Enter playmode-Crash Note: Issue is located in Cam2DLitSources.c... Read more
Event.current.keyCode doesn't have the appropriate Event.current.charact...
Repro steps: 1. Open "UPM.zip" project2. "Tools" -> "Unity Shell"3. Select the "ConsoleWindow" and press the "A" key Expected res... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used