Search Issue Tracker
Triangle & quad Sprites can generate far too many vertices
To reproduce:1. Open the attached project2. Open the scene view3. Set the view to "Wireframe"4. The right sprite ("night_bg_lowerrig... Read more
2D physics are not "pixel perfect" when using floating point number for ...
To reproduce:1) Open the attached project and load 'PPU - 1to1' scene2) Select 'Parent' game object in hierarchy and play the scene3... Read more
Object member initializers in C# scripts ignores values that are same de...
Example: public class SomeClass{public int SomeValue = 1;} SomeClass a = new SomeClass { SomeValue = 0 };Debug.Log(a.SomeValue); // ... Read more
Editor crashes after trying to call a method of a destroyed object
To reproduce: 1) Download project2) Open "test" scene3) Select menu item Crash/Me4) Click "Crash Me" button5) Notice that editor bec... Read more
Sprites get corrupted after packing
To reproduce:1. Open attached project2. Open development scene3. Enter play mode4. Leave play modeExpected result: Sprites revert to... Read more
License file is "locked" if running Unity elevated first time (Windows)
Repro steps: 1. On Windows, remove an existing license file from C:\ProgramData\Unity2. Run Unity with elevated admin permissions3. ... Read more
LocationService.Start scripting reference C# example has errors
In the public scripting reference documentation https://docs.unity3d.com/Documentation/ScriptReference/LocationService.Start.html th... Read more
Reverting a prefab causes it to duplicate
To reproduce:1. Open the scene ReproCase2. Select one of the children of the prefab instance3. Change its position4. Now click the r... Read more
Installing and running editor under Wine or Crossover doesn't work
Running Unity under Wine isn't supported hence any bug related to that will not be fixed. http://wiki.unity3d.com/index.php/Running_... Read more
Nav Mesh Agent has corrupted scene display in Mecanim demo project
Steps to reproduce:1. Download Mecanim Example project from the Asset Store https://www.assetstore.unity3d.com/#/content/53282. Open... 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
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template