Search Issue Tracker
Rect Transform Pivot also needs to always have prefab override status
Changing the Pivot value on a RectTransform in a Prefab updates the Pivot value in all instances of that Prefab. Rune says that shou... Read more
Center of mass and inertia tensor change after gameobject is disabled an...
To reproduce: 1) Open TestScene 2) Start scene and check console 3) Notice that the values of mass center and inertia tensor change... Read more
Keyboard does not appear when clicked on a textfield
To reproduce: 1. Download the sample uGUI project or used the attached one 2. Build and run the Widgets scene for iOS 3. Touch the m... Read more
Multiple Polygon Collider 2D Components cannot be edited
To reproduce: 1. Create a new project 2. Create an empty gameobject 3. Attach one polygon collider 2d to it 4. Edit the collider 5. ... Read more
When dragging mouse downwards, Event.current.delta.y is positive in edit...
In the editor when dragging mouse downwards the Event.current.mousePosition.y returns increasing numbers and the Event.current.delta... Read more
uGUI does not refresh when setting one of the predefined resolutions
To reproduce: 1. Take any project that uses uGUI 2. Undock the game window 3. Change the resolution using the predefined resolutions... Read more
Setting Time.TimeScale to zero and then restoring it to normal speed del...
Steps to reproduce : - import the project attached - open the "Repro" scene - press space and notice the message in the console - u... Read more
Example code for NavMesh.CalculatePath is broken
1. Open documentation page via Help->Scripting Reference 2. Find docs for NavMesh.CalculatePath Example code has the following prob... Read more
File endings supported by TextAsset are not listed in scripting document...
In the reference manual http://docs.unity3d.com/Documentation/Components/class-TextAsset.html at the top of the page supported text ... Read more
Game view preview of uGUI doesn't update after resize
To reproduce: 1. Open attached project 2. Open scene "Example - Layout" 3. Make sure you are using the default layout 4. Switch to t... 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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support