Search Issue Tracker
With method PlayerSettings.SetGraphicsAPIs you can include same api mult...
You can include same graphical api multiple times. Example code: "GraphicsDeviceType[] apis = { GraphicsDeviceType.Direct3D9, Grap... Read more
Calling Object.DestroyImmediate(go) in OnPostprocessGameObjectWithUserPr...
Reproduction steps: 1. Open the attached project; 2. Right click on the jumpingCube.fbx and select Reimport; 3. Observe the crash. ... Read more
Cannot open scenes after clicking "Cancel" in the "Save scene" dialog
To reproduce: 1. Create a new project 2. Create a scene containing a game object 3. Save the scene 4. Create a new scene 5. Add a ga... Read more
Unity crashes on separation from keyboard on Surface
Steps to reproduce: 1. Open any project 2. Disconnect a keyboard 3. Detach a keyboard 4. Unity crashes Expected result: Unity shoul... Read more
Scene view becomes unresponsive if left mouse button is clicked while ho...
Steps to reproduce: 1. Create new project 2. In scene view, press right click and while holding it, move mouse to the edge of the v... Read more
Splash screen is anchored at top-left instead of center if standalone is...
Steps to reproduce: 1. Create new project 2. Build and run standalone in fullscreen non-native resolution 3. Notice that splash scr... Read more
Crash when saving a changed scene
Reproduction steps: 1. Open attached project (ReproProject.zip) 2. Open the "CoolZone" scene located in "Assets\Scenes" 3. In "Asset... Read more
The 'Open Download Page' button in build settings directs to a non-exist...
When no desktop standalone build support is installed, the 'Open Download Page' button opens incorrect link. To reproduce: 1) Insta... 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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project