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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes