Search Issue Tracker
PVR textures are flipped upside-down when imported in the Editor or load...
How to reproduce:1. Open user-submitted project (Repro.zip)2. Open the SampleScene3. Enter Play Mode4. Note the 2 images(loaded via ... Read more
Materials applied to GameObjects at runtime from Resources/Addressables ...
How to reproduce:1. Open the user's attached "U - Bugreport project.zip" project2. Go to File -> Build And Run3. Observe the Game... Read more
Crash on MiniHeightMap::ExtractNormalMap<0,0> when 16k Map Size is appli...
Reproduction steps:1. Open the “ReproProject“ project2. Select the “Assets/Images/Map_NRM_16“ asset3. Change Map Size to “16384“ und... Read more
[Backport] Texture2D.Resize toggles GraphicsFormat each time it's called...
How to reproduce:1. Open the attached project2. Open SampleScene3. Select MyCustomTexture in the project window4. Right-click in the... Read more
Some Sprites are fragmented when added to Sprite Atlas
Reproduction steps:1. Open the attached project ("TestAtlas")2. Switch to Android build platform3. Create a new Sprite Atlas by clic... Read more
Color.gray is (0.502,0.502,0.502) instead of (0.5,0.5,0.5) when TextureF...
How to reproduce:1. Open the attached project "Color.zip"2. Open Assets/Scenes/SampleScene3. Enter Play Mode and press Space Expecte... Read more
"Initialization Mode" and "Update Mode" drop-downs are not localized in ...
Steps to reproduce: Create a project Go to "Assets" -> "Create" ->"Rendering" -> "Custom Render Texture" Select the asset t... Read more
Using Texture2D.EXRFlags.CompressPIZ causes StackOverflowException
Reproduction steps:1. Open the user's attached project2. Select QA/Encode Texture to PIZ EXR3. Observe the Console window Expected r... Read more
New BC7 (bc7e) compressor on full red texture results in imperfect red (...
When setting all pixels of a 4x4 texture to red (1,0,0) the new in 2021.2 BC7 compressor (bc7e) changes the values to (0.992,0,0). C... Read more
[MacOS] Crash on __pthread_kill when Render Texture has no Depth buffer ...
Reproduction steps:1. Open the attached “RenderTextureCrash.zip” project2. Change New Render Texture’s Dimension to 3D Expected resu... 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
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES