Search Issue Tracker
Missing vertex function overload when using tesselation function in Surf...
When using a tessellation function, surface shaders will not allow the override of the custom vertex function which provides support... 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
Material won't render unless a default shader is used
How to reproduce: 1. Open Unity 2. Load user-submitted project (Space_Shooter.zip) 3. Load "Main.unity" scene 4. Instantiate "Bolt.p... Read more
Unity-upgraded shader cause inconsistent line endings warning if saved w...
How to reproduce: 1. Open the attached project 2. Open "Test.shader" 3. Uncomment the code and save the file using Windows or Mac li... Read more
Unity shaders can define user-defined multi-line preprocessor directives...
How to reproduce: 1. Open tester's project (D3D11MultilineDefine.zip) 2. Observe the Console for shader errors Expected result: No ... 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
ComputeBuffer.GetData() requires blittable array when using bool variabl...
How to reproduce: 1. Open user's project ("XParticle-master.zip") 2. Press Play Expected result: works with variables of type bool ... Read more
Shader fails to compile when 2 equality tests are made and stored back i...
To reproduce: 1. Download and open attached "VertexIDTest.zip" project. 2. Select the "VertexIDTest" shader from the project view. ... Read more
Shader fails to compile when skipping TEXCOORD2 in a vertex data struct
Steps to reproduce: 1) open attached "shadyBug" 2) compile and show "MultiTextureBlend5" shader 3) import compiled shader - shader ... 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