Search Issue Tracker
Wrong selections when animations tab is visible
To reproduce:1. Download and open the project (from a link provided)2. Open the 'problemScene'3. Open the Animation tab4. Expand the... Read more
Unknown characters in the manual's Input page
Many unknown characters in the lower portion of the page: http://docs.unity3d.com/Documentation/Manual/Input.html Same in Chrome, Sa... Read more
The Alt key is not triggering events on editor in OSX
To reproduce:1. Open the attached project2. Go to GameObject -> TestKeyCode3. Ensure that the window that was opened has focus4. ... Read more
The GUI.PasswordField behaves wrongly on BB10 devices
Every time the user taps (clicks) on the field, the password gets reset to it's first content. Read more
Draw halo only works if a halo component has been added and removed
To reproduce:1. Create a new project2. Add a few lights (any type except area)3. Enable Draw Halo on the lights4. Halos do not appea... Read more
Real-time shadows are not working with an orthographic camera
To reproduce:1. Make a fresh project.2. Change player settings to deferred rendering.3. Add a point light, set to soft shadows.4. Ad... Read more
Calling Undo.RecordObject(null,"") causes Editor to crash
1. Open any project2. Create EditorUndo.cs file: using UnityEngine;using UnityEditor;using System.Collections; public class EditorUn... Read more
When importing the prefab made with an older version of unity editor hangs
To reproduce:1. Create a new project2. Import Unity package made with an older version of Unity3. Editor hangs with ExecutionEngineE... Read more
OSX Maverick: Scene view looks very weird and glitchy.
To reproduce:Certain upgraded projects from 4.2 cause this.To reproduce try opening such a project/package in 4.3Expected result: Pr... 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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal