Search Issue Tracker
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
Unity freezes and later crashes when setting uvAnimationTile on legacy P...
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow