Search Issue Tracker
Visual Effect sharedMaterial is null for a few frames when entering the ...
Reproduction steps:1. Open the attached project “CrashRepro”2. Open the “Assets/Scenes/SampleScene.unity” scene3. Enter the Play Mod... Read more
Entering the double-space between characters in the Shader Build Setting...
How to reproduce:1. Create a new Unity project2. Go to Edit -> Project Settings -> Graphics -> Shader Build Settings3. Add ... Read more
HLSLcc generates suboptimal code that involves meaningless double conver...
Steps to reproduce: 1. Create a new unlit shader2. Put the following code in the fragment function:```int x[3][3][3] = {{ { -1, -2, ... Read more
Unnecessary shader variants caused by the same keyword when declared in ...
How to reproduce:1. Open the attached project "ShaderGraphMixedKeywords.zip"2. Select Assets/Shaders/Simple.shader3. Click on the "C... Read more
Shader is missing when "Strict shader variant matching" is enabled in th...
How to reproduce:1. Open the attached project2. Make sure the “Strict shader variant matching” is enabled in the Project Settings → ... Read more
Dynamic branching shader code can't be shared with passes that don't dec...
If an include file contains dynamic branching code based on dynamic_branch keywords then all the passes including the file must decl... Read more
"IsBuiltin" method skips new index generation when called in a different...
How to reproduce:1. Open the “fastpropertyname_serialization_issue” project2. Open the “Sample” scene3. Build asset bundles for the ... Read more
[Quest 2] GameObject only renders for the left eye when using the Built-...
Reproduction steps:1. Open the attached project "ReproProj"2. Open the “/Assets/Scenes/SampleScene.unity” Scene3. Connect Quest 2 wi... Read more
Unused fields in constant buffers are removed when shaders are compiled
How to reproduce:1. Open the attached “shader_issue” project2. In the Project window, select the “sh” shader3. In the Inspector, cli... Read more
"Duplicate keywords" errors box is not shown in the Graphics Settings wh...
How to reproduce:1. Create a new Unity project2. Go to Edit -> Project Settings -> Graphics -> Shader Build Settings3. Add ... 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