Search Issue Tracker
Left command key does not trigger events on Mac
1) What happened the default key for "fire 3" in the input manager is left cmd, which corresponds to the windows key on windows. whi... Read more
Windows: Edit -> Select All does not function. Ctrl A does work
1 Create new project2 Go to Hierarchy and duplicate camera to have 2 or more3 Select 1 camera in Hierarchy4 In main menu Edit->Se... Read more
Unity uses absolute paths and not relative paths for storing build direc...
To Reproduce:1) Create a test project2) Build the project in a subfolder of the project.3) Now close that project, quit Unity4) Clon... Read more
iPhone: Xcode says illegal character when using some symbols
To Reproduce: 1. Set the bundle identifier with an illegal char such as '_' or ':'.2. Build will fail. Expected: 1. Unity should pre... Read more
Terrain: trees should use the GO transform when placed on terrain
Since the Tree Creator was designed to only create trees over a certain size we need a way to be able to scale the trees after creat... Read more
Ugly self-shadowing on a lightmapped buit-in sphere
To reproduce: 1. Open attached project (the last one).2. Check the bands on the built-in sphere and also the dark patches. I tried 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 hierarch... 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 be una... 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.Pr... 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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"