Search Issue Tracker
Error appears when graphic API is set to OpenGLCore for mesh topology
1. Open attached project 2. Ensure graphics API is OpenGLCore or DX12 3. See console for the error Expected result: Unity should no... 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.... 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 GrabPassBug 3. Select camera from hierarchy... 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. ... 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 Substanc... 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 Mo... 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 op... 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, ... 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
- 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