Search Issue Tracker
EditorGUIUtility.PingObject does not ping a newly created gameobject
To reproduce:1. Open attached project2. In the menu go to GameObject -> Ping test Actual behavior: only creates new game objectEx... Read more
Collapsing one component which has gizmos hides gizmos of other componen...
Steps to reproduce: 1. Open attached project "770301.zip"2. Open scene "repro"3. In hierarchy, select "GameObject" and notice that i... Read more
Custom shader fails to compile for WebGL
To reproduce the issue follow the steps:1. Open "wireframe" project2. Build WebGL project3. Run the project4. Press "wire_frame" but... Read more
[WebGL] built scene just shows black canvas
-e: see title, scene should show normal content but instead just shows black -repro:--open attached project or just create a new emp... Read more
Crash on mono_spill_global_vars when using "as" operator with a Nullable...
To reproduce:1. Open attached project2. Open "Test" scene3. Play the scene Actual behavior: Unity crashes Regression from 5.1 to 5.2 Read more
Lightmap packing is inefficient
Reproduction steps:1. Open attached Unity project.2. Open "Scenes > BrettHouse" scene.3. Go to "Window > Lighting > Lightma... 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.2.... 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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code