Search Issue Tracker
iOS mode editor handles textfield input inconsistently
The editor uses TTF text rendering in all modes, but the iOS runtime uses bitmap text rendering. This means that you can input non-a... Read more
GUI controls don't loose focus when Web Player looses focus.
Two cursors appear on the screen (i.e. one in the browser text field and one in Unity text field). Read more
Editor script menu entries only visible on click
Main menu is not immediately updated when a new editor script is added. Read more
SceneView search filtering fails with no hierarchy view
Scene view search seems to not work properly. Repro: 1) Non maximized scene view - In a new scene, put in a cube and a sphere - In ... Read more
Max distance setting is ignored
Could reproduce in version 4.0.0b12 (b6f69b69a8be) To reproduce: - Open attached project and launch scene "Audio3DSource" - Hit Pla... Read more
Audio spamming makes Fmod run out of audio channels
To reproduce. - Open attached project and launch the "Scene_Test" - Hit Play - Observe that the classical music drops out. Read more
Radius for tree's doesn't work for hand-edited nodes
Once a node in the tree has been hand-edited, dragging the radius slider doesn't do anything.... Repro: Create Tree Set Radius of t... Read more
C# Switch statements with string are way slower then if's
C# Switch statements involving strings seems to be *very slow* in attached projects two gameobject one running if's in update the ot... Read more
"Unsupported infinity mode" warning is displayed more often than it shou...
It came from this thead: http://forum.unity3d.com/threads/66418-FBX-import-error-from-Maya-quot-Unsupported-infinity-mode-quot Peop... Read more
Editor GUI polish: scroll-down and resize buttons overlap
The scroll-down button in editor windows with overflow is unusable because the resize handle is on top of it. 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
- Editor crashes with "GetManagerFromContext: pointer to object of manager 'PlayerSettings' is NULL (table index 0)" error when launching a project with a corrupted library
- Crash on PersistentManager::GetSerializedFileIfObjectAvailable when opening a specific project
- An extra separation line is present between the options in the AssetBundle and it's Variants dropdown Menus
- Xcode VisionOS builds fail with a "Circular dependency..." error when the used project is named "Metal"
- ScrollView.ScrollTo method does not work when trying to scroll to an item that has been added in the same frame