Search Issue Tracker
Unity crashes when debugging with VS2017 when using .NET 4.6
Reproduction steps:1. Open project attached (Quiz1.zip).2. Open scene "MenuScreen".3. Open script "onClick" with VS2017.4. Add break... Read more
[Android] Player crashes on null pointer dereference when a VideoPlayer ...
Reproduction steps: Open the attached project (“VideoCrashRepro“) Open the “/Assets/Scenes/MainScene” Scene Build and run on an Andr... Read more
An error is thrown after re-building a library of previous Editor versio...
How to reproduce:1) Create and open a new project in 2020.12) Select the Default layout3) Open the Profiler window4) Close the proje... Read more
[Windows] Editor uses OS locale settings (i.e. commas instead of dots in...
Setting the Project to use the new Experimental .NET 4.6 support apparently results in the Editor using the OS's Locale for formatti... Read more
CanvasRenderer.OnTransformChanged is called on disabled UI objects
When a transform with children CanvasRenderers is changed/moved CanvasRenderer.OnTransformChanged is called for all of them even if ... Read more
ScriptableObject references become temporarily null in Editor when they ...
When a .asset file containing a ScriptableObject is modified on disk, Unity destroys the existing ScriptableObject C# instance, then... Read more
Viewport content position values breaks to NaN value when changing Scrol...
Reproduction steps:1. Open project attached (ScrollRectTest.zip).2. Open scene "test".3. Press on Scroll Rect (in Canvas).4. Drag it... Read more
[windows only] Switching Project when importing complete project does no...
Steps to reproduce: Open a Unity Project From the Asset Store, add Unity Learn 3D Game Kit to your assets (any complete project shou... Read more
Skybox lighting is not rendered after creating gameobjects in the new sc...
Steps to repro:1. Create new project and scene;2. Add any object to the scene (i.e. 3D Object-Cube);3. Observe how this object is re... Read more
Gameobject Transforms are not being disabled when the Player is Stopped
Gameobject Transform component keeps on being detected post to Disable of the Game object. Users are running into this without Vufor... 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