Search Issue Tracker
[Win Store Apps] Can't create a new line in multiline text field
Repro steps:1. Open project "uGUIProject_Beta12.zip";2. Try out multiline text area in editor. With "Shift+Enter" you can make a new... Read more
uGUI: Content Size Fitter drives Anchors even when disabled
To reproduce:1. Open project2. Open 'test' scene3. Select 'Panel' gameobject in Hierarchy4. In 'Content Size Fitter (Script)' compon... Read more
uGUI Button prefab with transition animation throws "Animator has not be...
1. Open attached file "repro_618186.zip"2. Open scene "Untitled"3. Drag button prefab to canvas4. Warning in console "Animator has n... Read more
Unnecessary white spaces added to project *.sln file when updating monod...
Quickest to use SourceTree or some other repo management client, but can also be reproduced manually. To Reproduce:1. Create a new p... Read more
Rectransform values are not driven by GridLayerGroup when gameobject wit...
To reproduce:1. Open project2. Open "testScene" scene3. Duplicate "ButtonWithImage" GameObject (With "Image (Script)" component)4. D... Read more
Updating a RectTransform's "position" value no longer updates the anchor...
To reproduce:1. Open project2. Open "scene" scene3. Select "Image" gameobject in Hierarchy4. Play scene5. Cube moves, but "Pos x" va... Read more
GL.Clear method alpha color parameter does not work
It does not matter what alpha value the color passed to GL.Clear has. The result is always the same and the spinning object does not... Read more
Incorrect results when calling SetActive on WP8 emulator
Calling setActive on a hierarchy of uGUI objects gives bad results on WP8 emulator. In this case disabling the parent object does no... Read more
RawImage texture cannot be changed after a yield statement in a couroutine
To Reproduce:1. Open 'ReplaceImage.cs' in the attached project remove the first (WWW) line in the coroutine, change the last line to... Read more
GUILayout defaults to ExpandHeight on Windows Phone 8 Emulator
Steps to reproduce:1. Create script with the following lines:void OnGUI(){GUILayout.BeginArea(new Rect(80, 10, Screen.width - 160, S... 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
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template