Search Issue Tracker
Standard Shader with Transparency is tiling edges with a streched artifact
To reproduce:1. Import attached package (testScene)2. Open test scene3. Notice that Standard Shader with Transparency is tiling edge... Read more
SV_RenderTargetArrayIndex does not return values in Player when setting ...
How to reproduce:1. Open the "Render slice index test" Scene in the attached "1198097.zip" Unity project2. Build and run the Scene3.... Read more
[Shaders] Surface shaders don't track #include dependencies properly
To reproduce:1) Create new project2) Create Surface Shader3) Create "Test.cginc" file4) Open Surface Shader5) Add '#include "Test.cg... Read more
Shader using UsePass does not recompile when referenced shader is changed
How to reproduce:1. Import users attached assets (Source shader, UsePass shader and a material)2. Notice that Console produces two e... Read more
Shader compiler strips/munges code it shouldn't, breaking parallax effec...
Please find the repro project in comment Steps:1. Open the repro scene2. Open shader "MegaSplat_Example_Mesh" and go to line 2039. M... Read more
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
[MetalEditor] GameView rendering broken and "GL.End requires material.Se...
DephtOfField effect (or other SM5.0 style shaders) break rendering in Metal Editor. Technically it's not a regression (since Metal e... Read more
RenderType based on TreeTransparentCutout causes Z-fighting behavior on ...
Reproduction Steps:1. Open attached project.2. Comment lines 49-50 in DepthNormalZoinkCutout.cginc. (Assets -> ZoinkTools -> Z... Read more
Editor crashes when accessing not declared vertex data
Steps to reproduce:1. Download ReplacementShaderBlurrySelectionOutlineLearn.zip and open "scene" scene2. Press play to enter game mo... Read more
Keyword is discarded and error is thrown to the Console when shader keyw...
How to reproduce:1. Open the attached '1191820.zip' project2. Open 'NewSurfaceShader.shader' shader3. Notice that the number of keyw... 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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object