Search Issue Tracker
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
No error is generated if you use the same scripted hotkey for two menu i...
No error is generated if you use the same scripted hotkey for two menu items. The first of the menu items that you create is still ... Read more
[Selection] State is reset after entering Play mode
This bug is similar to case 280936 and a video of the repro steps has been attached. The reason this hurts is because if I am twea... Read more
Animation View: Adding a curve for Rotation is inconsistent
When initially adding a curve for local position or local scale, creating a curve will make the entire curve visible with a single k... Read more
[Layout] Scroll/scale bar in Animation Editor is inconsistent
I'm reviving this bug, as it's still pretty relevant. The main issue with the scrolling in the Animation window is: (see the attach... Read more
Windows editor very slow on USB/network drives
Creating a project with standard assets takes ages, for example. If the project is placed on a USB stick. Profile and figure out wh... 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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true