Search Issue Tracker
Sprite Packer crashes when packing modified (dithered and compressed) sp...
To reproduce:1. Open attached project2. Open Textures folder3. Make sure that 'Override for Standalone' option is toggled off on all... Read more
There is scenes in Build Settings that do not exist in project
To reproduce:1. Open attached project2. Open build settings3. Notice that there is bunch of scenes that don't exist in project Read more
Inspector doesn't immeadiately reflect changes in arrays when an element...
To reproduce:1) Create new project2) Create script which would have a public array, like this: (C# example) using UnityEngine;public... Read more
The grid in 3d space is visible through the UI text and Canvas
To reproduce:1. Create new project2. Create UI Text game object3. Zoom in Text game object4. Notice that grid is visible through UI ... Read more
Unity crashes if a method which has generic type overload is called
Steps to reproduce:1. Download attached project2. Open it.3. Click on menu "Crash?/Crash.". Unity crashes.The script contains:public... Read more
Custom cursor set in Player Settings overrides the default OSX cursor wh...
To Reproduce: 1. Load the attached project in OSX.2. Notice that for a short while, while loading, the mouse cursor is changed to th... Read more
Vertical text is blurry. (example: Rect Transform anchor presets)
1. Open the attached project2. Open "testscene" scene (it has Canvas and Button)3. Select Button in Hierarchy4. Look at Inspector an... Read more
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument