Search Issue Tracker
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
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.ma... 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 tweaki... 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 on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
- Editable Overlays present in Custom Outline and Custom Physics Shape sections of Sprite Editor window when selecting a Sprite from Hierarchy