Search Issue Tracker
UI.Text BestFit does not work with japanese
Steps to reproduce:1. Create a UI Text object2. Set options in Inspector "BestFit: true" and "Horizontal Overflow: Wrap"3. Set text ... Read more
"UnityEditor not found" compiler error when building project
To reproduce:1. Open project2. Build to windowsNotice that the error "Assets/FirstPersonCharacter/Scripts/CrossPlatformInputInitiali... Read more
[Transform] transform.IsChildOf(transform) returns true
Currently returns true (by design in cpp code, the binding method name is IsChildOrSameTransform), the method should probably be ren... Read more
[Transform] transform.SetSiblingIndex(out of range) should throw an exce...
For consistency with the rest of the API transform.SetSiblingIndex should throw and exception for out of range values. Currently it ... Read more
[Transform] transform.Find(null) should throw an exception
For consistency with the rest of the API transform.Find(null) should throw and exception. Currently it returns the transform itself.... Read more
Unity crashes when scene is inspected in debugger
To reproduce:1. Open "repro 742523.zip"2. Open "NewBehaviourScript.cs"3. Place a breakpoint on the line "Debug.Log("Break here") (th... Read more
After activating display list in game view space bar stops sending input...
To reproduce:1. Create a new project2. Select an object3. Switch to game view and open the "displays" drop down list4. Select some p... Read more
IsPointerOverGameObject() takes the previous position of the Pointer ins...
How to reproduce: 1. Open attached project2. Build to iOS and run3. Click inside the square that appears in the scene- Note that the... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS