Search Issue Tracker
Meshes with normal maps artifacting when Platform is set to WebGL
How to reproduce:1. Open the attached project ("WebGLBugs.zip")2. Switch Platform to WebGL (File -> Build Settings)3. Observe the... Read more
Go wide on shader compression
Shader compression is currently single-threaded and frequently takes >1 minute (HDRP scenario). For large shaders it can actualll... Read more
ShaderLab pragmas are no longer allowed in regular include directives
Steps to reproduce: 1. Create a new Unity project2. Create a new unlit shader3. Create an include file with "#pragma vertex vert" in... Read more
Nondeterministic build when building Asset Bundle containing shaders
Reproduction steps:1. Open "Test.bat" from project directory and make sure the path of Unity.exe is correct2. Run "Test.bat"3. Wait ... Read more
[Android] Compiled GLSL compute shader fails uint cast
Reproduction steps:1. Open the project "ReproShaderGLESBug"2. Connect an Android device3. Open Terminal or Command Prompt and type i... Read more
Problem with GatherCmp* methods HLSL->GLSL conversion
When using GatherCmp methods in compute shaders, it's being converted to textureGather method with hlslcc_zcmp_ prefix added to the ... Read more
Long build time on new versions when comparing with 2021.1
How to reproduce:1. Open the attached "REPRO-2021.1.23-to-2021.2.2.7z" project2. In the top menu bar click Repro > Build3. After ... Read more
Loading shader is picked when allowAsyncCompilation = false and async co...
The cyan loading shader would in some cases leak into baked reflection probes. This problem may be a general shader/material problem... Read more
On Windows preprocessed Lit.shader file stops mid-line when file size is...
How to reproduce:1. Create a new project2. Install the "High Definition RP" package from the Package Manager (Window > Package Ma... Read more
One million variant limit for Always included shaders is checked before ...
STR:1. Make a new project using URP template.2. Copy the Lit shader from URP to Assets.3. Add the Lit shader to Always included shad... 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS