Search Issue Tracker
Shader cannot find 'frag_surf' and 'vert_surf' and throws errors in the ...
Reproduction steps:1. Download user's project and open in Unity2. Select "InstancedAngelFishShader" shader in Assets3. In Inspector ... Read more
Big (>1KB) ComputeBuffers created with IndirectArguments flags fails to ...
Steps to reproduce: 1) Download attached project and open in Unity2) Open scene 'Scene' and press play3) After ~3 seconds stop Play ... Read more
Stencil shader doesn't render anything
Repro steps: 1. Open provided projects "StencilBlitProblem" Scene2. See that the Game view is black3. Click on "Main Camera" in the ... Read more
Creating material from shader freezes Unity
To reproduce:1.Open a new project2.Import "GPUDriverCrash.shader"3.Create material from that shader Expected result: material is cre... Read more
Cubemap array textures aren't supported even though they should
Repro Steps: 1. Open provided projects "TestCubemapArray" scene2. Enter play mode3. Look at the console and see that it says that "s... Read more
Shaders are included into build even when they do not appear in Scenes
Shaders that are in Assets folder in an empty project add up a lot of time when building. This was not happening in Unity 5.3 as Sha... Read more
Shader division by integer crashes Unity
Reproduction steps:1. Open the attached project "Alex Portfolio.zip";2. Open the Water.shader file;3. Find 50 line in the code and u... Read more
Surface Shader bug: #pragma hardware_tier_variants generates corrupt UV's
Steps to reproduce:1. Open attached project "WaterBug.zip"2. Inspect "SimpleShader_Bug.shader"3. Uncomment line 19 "#define UNITY_HA... Read more
Surface shader compilation breaks when using worldPos
To reproduce: 1. Open attached project;2. Open "Test" scene;3. Look at the "Test" shader in the Inspector panel. Expected result: th... Read more
InstanceID is not transferred from vertex to domain shader
Steps to reproduce:1. Open attached Unity Project "923897-TesselationShader.zip"2. Load Scene "Tesselation x Instancing"3. Option 1:... 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