Search Issue Tracker
VFX shader compilation is slow due to recreating all shader each time ne...
VFX shader compilation is slow due to recreating all shader each time needlessly. Visible in medium to large projects. Read more
[Caching Shader Preprocessor] Platform keywords affect #pragma parameters
Platform keywords that only depend on current build target are treated as regular keywords and do not allow #pragma parameter select... Read more
[Shaders] Material Shader's dropdown list button doesn't collapse the li...
The Material Shader's dropdown list button in the Inspector does not collapse the list after expanding it. Clicking anywhere else cl... Read more
[HDRP] Several debug modes no longer compile on Mac
1) Open any HDRP project on mac2) Enable Albedo debug mode int HDRP debug->Common Material Property->Albedo Result: Shader nev... Read more
UI Image element's diffuse texture is not updated when shaders are switched
How to reproduce:1. Open user's 'UI Default Shader Texture.zip' attached project2. Open 'SampleScene' Scene3. Select 'Material' mate... Read more
"Long Running Job detected" errors are thrown when Shader Variants / Mat...
How to reproduce:1. Download the user's project2. Before opening the project delete "ShaderCache" folder found in OceanBreeze->Li... Read more
[Shader Editor] "FormatException: Input string was not in a correct form...
Steps to reproduce:1. Open user's attached project "URPDemoProjASE.zip"2. Notice the "FormatException: Input string was not in a cor... Read more
[Caching Shader PP] Include contents found in cache precede files on dis...
Caching Shader PreprocessorInclude contents found in cache precede files on disk, even if path priority for the file on disk is high... Read more
[Caching Shader PP] Virtual texturing macros don't work with new PP
Input:#define UNITY_DECLARE_TEX2D(tex) Texture2D tex; SamplerState sampler##tex#define DECLARE_STACK_BASE(stackName) UNITY_DECLARE_T... Read more
[Caching Shader PP] "Preprocess only" checkbox is not persistent
STR:1. Open any project2. Go to Editor settings in the project settings window, make sure "Caching preprocessor" is enabled3. Select... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used