Search Issue Tracker
Unity freezes after entering the play mode for the 2nd or 3rd time
Reproduced in Windows 8. Not reproduced on Mac. Reproduced with:Version 4.3.4f1 (e444f76e01cd) Read more
If there is a lot of text in the Label text field you cannot scroll down...
Add the text from http://www.csbruce.com/software/utf-8.html to a Text component. Try to scroll inside the Text field. You can't aft... Read more
Label Effect Distance can be set to Infinity producing lots of error mes...
Use the uGUI demo projects to repro:- Open the Widgets scene- select the Text gameobject (under Canvas)- add a Ui/Effects/Shadow com... Read more
Lots of exceptions are thrown when resizing Canvas with Render Mode set ...
Console gets spammed with: The targets array should not be used inside OnSceneGUI or OnPreviewGUI. Use the single target property in... Read more
Graphic Event System Submit Keys Size should be limited to a sensible ma...
Setting it to something really big like 10000 hangs Unity. Read more
Assigning regular MonoBehaviour to Script field of Graphic Event System ...
Also, setting the Script field to None makes the entire component disappear Read more
New UI components should be created in the Center of the Canvas
E.g.: RawImage is created bottom left, Button is created top-right, etc. No consistency there! 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
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
- VFX Graph font size change does not adjust Sticky Note size when smaller font size is selected
- Rendering Debugger has a “Go to Section” burger button even when the section is already opened and does nothing when pressed
- SIGSEGV error when adding EditorApplication.delayCall callback declared in complex generic type and exiting Unity in `Performanc
- Resize cursor does not appear while approaching window edge from inside the player window when using Input System as the Input Handler