Search Issue Tracker
Crash on mono_spill_global_vars when using "as" operator with a Nullable...
To reproduce: 1. Open attached project 2. Open "Test" scene 3. Play the scene Actual behavior: Unity crashes Regression from 5.1 t... Read more
Lightmap packing is inefficient
Reproduction steps: 1. Open attached Unity project. 2. Open "Scenes > BrettHouse" scene. 3. Go to "Window > Lighting > Lightmaps" an... Read more
[macOS] First person controller mouse position does not appear center-sc...
First person controller does not lock mouse to center of screen in OSX editor. Repro steps: 1. Open Level_01 from attached project.... Read more
Unity crashes when calling AnimationClip.AddEvent with null argument
Add these two lines in the Start method of a script attached to a gameobject in your current scene and press Play. Unity will crash!... Read more
Calling Profiler.AddFramesFromFile with a null argument crashes Unity
Add the following code to the Start method of any script attached to a gameobject in your current active scene and press Play. Unity... Read more
[API] Texture2D GetPixel/SetPixel with invalid or boundary values crashes
Add the following code to the Start method of any script attached to a gameobject in your current active scene and press Play. Unity... Read more
Unity crashes when calling various methods on TerrainData with boundary ...
Add the following code to the Start method of any script attached to a gameobject in your current active scene and press Play. Unity... Read more
[API] Crash in Material.SetTexture with a null argument
Add the following code to the Start method of any script attached to a gameobject in your current active scene and press Play. Unity... Read more
[Meshes][API] Out of memory crash when setting Mesh.subMeshCount to stup...
We don't want to add a maximum value for submesh count. If user put a crazy number, then he could get a memory allocation error. P... 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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player