Search Issue Tracker
Shaders read from the buffer unconditionally
Steps to reproduce: Create a new Unity project Copy the attached compute shader to the Assets folder Inspect the compiled code for V... Read more
Compiling both variants when dynamic keywords are used
As I was working on a PR to change fog keywords in URP to dynamic branches, we noticed that we seem to be compiling both variants. B... Read more
[HDRP] Wrong material variant picked in player
Does not reproduce on: 2020.3.30f1, 2021.3.5f1 Reproduces on: 2023.1 + Trunk__________________________________More info: The issue s... Read more
Quads with Transparent Unlit Shaders are positioned incorrectly in the G...
How to reproduce:1. Open the user's attached project2. Open scene BugReport/Bug3. Press the Play button4. Observe the movement of th... Read more
[iOS] "Command buffer is aborted" error is thrown when using DXC compiler
Reproduction steps:1. Download and open "ShaderDXCBug.zip" project2. Build the project for iOS3. Observe the Xcode console Expected ... Read more
Specific water material is not rendered in the Editor and in builds
Reproduction steps:1. Open the attached 'HDRP_2022-2_Testing' project2. Open the 'OutdoorsScene'3. Observe the Scene view Expected r... Read more
[Backport] Surface Shader fails to compile with redefinition errors when...
How to reproduce:1. Open the attached project ("MultipleUVShaderCompile.zip")2. Try compiling the "MultipleUV" shader (Click on the ... Read more
Broken compute shaders propagate via the cache server
How to reproduce:1. Open the “Broken Compute shaders.zip“ project2. Set up and connect to a Cache Server (Accelerator) in Edit > ... Read more
[DX12] ShaderData.VariantCompileInfo.ShaderData contains 38 extra bytes ...
On DirectX 12, when calling ShaderData.Pass.CompileVariant, the returned data contains 38 extra bytes in ShaderData.VariantCompileIn... 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
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