Search Issue Tracker
Adding Standard shader to always included shaders stops build at shader ...
How to reproduce: 1. Create new project 2. In graphics settings (Edit > Project Settings > Graphics) set to always included shaders ... Read more
5.5: serialized shader data size has increased in some cases
Unity 5.5 added fully binary shader serialization. This means much better loading times, however it seems that uncompressed shader d... Read more
[GraphicsAPI] Shaders do not reimport when switching from an API where t...
When switching from GLCore to OpenGL2 and some shader functionality doesn’t work, switching back to GLCore won’t make the shader wor... Read more
#pragma target in some shader does not work
Setting pragma target does not seem to affect certain shaders. Repro steps: 1. Open TestScene from the attached project. 2. Open th... Read more
[compute] HLSLcc times out compiling complex shaders (exponential comple...
How to reproduce: 1. Import the attached shaders (Compute.zip) into a project 2. Give them time to compile - Note that it takes a ... Read more
[compute] very slow compute shader import since 5.1 (often timing out)
Since GL4.3 and GLES3.1 support, importing compute shaders in the editor takes much longer time. Often timing out (bad performance o... Read more
[graphics] MaterialPropertyBlock.SetTexture doesn't set _TexelSize or _H...
Textures set in MaterialPropertyBlock do not setup corresponding {name}_TexelSize and {name}_HDR shader properties. Read more
[ComputeShader] Invalid buffer count while Dispatching Indirectly
Reproduction steps: 1. Open "IndirectBug.zip" project 2. Open "TestScene" scene 3. Enter Play Mode 4. See "Pre Count" and "Post Cou... Read more
Crash when importing or reimporting shader
Unity crashes when trying to import or reimport a specific shader. To reproduce: 1. Open project. 2. Go to "Shaders" folder. 3. Se... Read more
[OSX] Right mouse click the material in inspector doesn't open menu
How to reproduce: 1. Create a new project 2. Create a new material 3. Select material so it appears in Inspector 4. Right mouse cli... 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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow