Search Issue Tracker
Error appears when graphic API is set to OpenGLCore for mesh topology
1. Open attached project2. Ensure graphics API is OpenGLCore or DX123. See console for the error Expected result: Unity should not t... Read more
[Shaders] UNITY_APPLY_FOG Macro is not parenthesing expressions properly
Reproduction steps:1. Open the attached project.2. Open the "shader bug" scene.- "Tile01 Variable" game object is rendered gray.3. O... Read more
Using GrabPass in Forward rendering path + HDR causes the texture to be ...
Steps to reproduce:1. Download and open attached project "GrabOffset.zip"2. Open scene GrabPassBug3. Select camera from hierarchy an... Read more
When using Tessellation, not all pixels inside the rendered object are w...
Reproduction steps:1. Open the attached project "TessellationBug.zip";2. Open the "tesselation bug" scene;3. Enter a play mode. Expe... Read more
Graphics.DrawMeshInstanced doesn't work correctly with surface shader
When it's time to do the additive light pass in forward, the GPU instanced meshes don't receive the additional light passes if there... Read more
[Standard] Specular material is glossier in Unity compared how it looks ...
Steps to reproduce:- Open the attached project and the scene- Note how glossy it looks. Compare to an image attached from Substance ... Read more
Custom Surface Shader does not handle Shadow correctly when used from Dr...
Steps to reproduce:1. Open user attached project "DMIIObjects_SurfShader_DebugEnv.zip"2. Load Scene "ReproScene"3. Enter Play Mode4.... Read more
Using ViewDir in custom Lightmap functions in shaders doesn't work
Open the project. Observe the two pink spheres The sahders on these spheres try and use custom lightmap functions including the opti... Read more
Impossible to write from a Compute Shader to an integer based Render Tex...
Reproduction Steps:1. Import attached project.2. Open "testScene" scene.3. In the hierarchy, select "TestHost".4. In Inspector, clic... Read more
[shaders] hlsl2glsl does not do implicit float4->float conversion in som...
"DECODE_EYEDEPTH(tex2D(_CameraDepthTexture,uv))" does not compile on hlsl2glsl platforms - error about no suitable conversion. But i... 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