Search Issue Tracker
Implicit byte to int conversion doesn't work as expected in webGl
For example:byte c1 = 1;int c3 = c1 << 8, // c3 = 256 in Editor, but is 0 in WebGL buildint c4 = 1 << 8; // c4 = 256 bot... Read more
The InputField in the new UI makes new lines with Shift+Enter instead of...
To reproduce:1) Create new project2) Create GameObject->UI->InputField3) Press Play4) In order to make new lines in input fiel... Read more
Camera's "Clear Flags" option "Don't clear" and "Depth only" renders dif...
Camera's "Clear Flags" options "Don't clear"/"Depth only" renders differently on editor and win standalone. Reproducible on 4.3.4, 4... Read more
GUI Style Wordwrap causes extra spacing at the end of label to appear
To reproduce:1.Open attached project or check this forum post for repro steps without project: http://forum.unity3d.com/threads/guis... Read more
When position value is set to a small number in Rect Transform, it is no...
1. Open the attached project2. Open "scene1" scene (It has Canvas, Button)3. Click on 'Button' in Hierarchy4. Note that the field 'P... Read more
Japanese characters are not seen inside of the new Input Textfield whil...
How to reproduce:1. Create a new project2. Add Text in Hierarchy3. Switch language to Japanese IME (set for example Hiragana)4. Type... Read more
Changing QualitySettings in batchmode causes a crash
To Reproduce: 1. Open the attached build, or add this line"QualitySettings.vSyncCount = 0;"to a new script.2. Build & Run on OSX... Read more
WebCamTextures tear on iPhone4
WebCamTextures tear on iPhone4 when the WebCamTexture size is specified to something other than the default size. Read more
Horizontal Layout Group does not work correctly on the ScrollView
To reproduce this bug: 1. Open the attached project2. Open ScrollView scene2. Expand the Canvas/Window/Content/ScrollView/Content3. ... 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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- 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