Search Issue Tracker
Texture doesn't support 64-bit precision when its Texture Type is set to...
How to reproduce:1. Open the attached project's Scene labeled "SampleScene"2. Enter the Play Mode3. In the Game View, observe the le... Read more
[URP] "RenderTexture.Create failed" thrown with Linear Color Space, Disp...
How to reproduce:1. Open the attached project ("PP Bug Report.zip")2. Build And Run on an iOS device Expected result: The Scene is r... Read more
[Android] Artifacts appear in texture Preview Window on Android Platform...
Reproduction steps:1. Open the attached user's project "1054932 texture compression fallback.zip"2. Switch the Platform to Android3.... 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
RenderTexture wrap mode does nothing
RenderTextures completely ignores the wrap mode set in the inspector when they are sampled in a shader. Tested in 2020.2.0b8 and 202... 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
Custom Render Texture does not render on Direct3D11 and Direct3D12 graph...
How to reproduce:1. Open the project from the attached file "1249916.zip" (link in edit)2. Open the "Terrain" scene from Assets >... Read more
Transparent pixels are not returned when Texture2D GetPixels is called
How to reproduce:1. Open attached project "GetPisxelBug.zip" and scene "scene"2. Enter Play mode3. In Hierarchy, select "renderer" o... Read more
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
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