Search Issue Tracker
All Unity pop-up dialogues should be centred on the screen
All Unity pop-up dialogues should be centred on the screen to be consistent with native OS dialogs. Problem: Popping windows up in ... Read more
FBX Conversion - C4D plugins collide when using two versions of Unity on...
If someone uses two versions of Unity on the same computer - Unity-C4DToFbx can collide. Every time you will try to reexport after c... Read more
Inspector takes focus unnecessarily when editing parameters
Inspector takes focus unnecessarily when editing parameters I often need to change parameters on a number of objects in the hierarc... Read more
Detaching a tab marks the current scene as edited
Steps: * Detach a tab. Result: Tab attaches just fine, but the loaded scene gets marked as edited. Expected: Current scene should ... Read more
Help -> (documentation link) launches html in default app, not browser
Steps: * In Windows settings, set html files to open with Notepad (or something else) by default. * From the Unity help menu, click ... Read more
Build settings window hides upon losing focus
- Navigate to File -> Build Settings - Click on any window outside Unity Actual: Build Settings window gets hidden Expected: Build ... Read more
Package import previewing of more objects
Not every object type can be previewed, some missing: - Text files: .cs, .js, .txt - Shader files (also text) - Fonts - Flar... Read more
Input.GetKeyDown doesn't detect KeyCode.Print and KeyCode.SysReq on Wind...
Input.GetKeyDown doesn't detect KeyCode.Print or KeyCode.SysReq. This code will not work as intended: if (Input.GetKeyDown(KeyCode.... Read more
Setting Time.timeScale to 0 in Start is broken
When setting Time.timeScale to 0 in the Start method of a MonoBehaviour, Time.deltaTime from that point on is not 0 but 0.02. Read more
Error is not generated if you use the index of the component instead of ...
iphone: There are some Vector3 properties that can not be modified by component. For instance, you can't set bounds.min.x, bounds.m... 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
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node