Search Issue Tracker
Unnecessary shader variants caused by the same keyword when declared in ...
How to reproduce:1. Open the attached project "ShaderGraphMixedKeywords.zip"2. Select Assets/Shaders/Simple.shader3. Click on the "C... Read more
Shader is missing when "Strict shader variant matching" is enabled in th...
How to reproduce:1. Open the attached project2. Make sure the “Strict shader variant matching” is enabled in the Project Settings → ... Read more
Shader variants are recompiled while Building when the Platform is switc...
How to reproduce:1. Create a new project with the “Universal 3D Sample“ template2. Navigate to File → Build Settings3. Press “Build“... Read more
[Quest 2] GameObject only renders for the left eye when using the Built-...
Reproduction steps:1. Open the attached project "ReproProj"2. Open the “/Assets/Scenes/SampleScene.unity” Scene3. Connect Quest 2 wi... Read more
Unused fields in constant buffers are removed when shaders are compiled
How to reproduce:1. Open the attached “shader_issue” project2. In the Project window, select the “sh” shader3. In the Inspector, cli... Read more
[Windows] Native Crash occurs when closing the Player Console window
Reproduction steps:1. Create a new 3D Core Template project2. Open the Build Settings (File > Build Settings…)3. Make sure that t... Read more
half4 type variables are cased to float4 when shaders are compiled on Me...
Reproduction steps:1. Open the attached “BugRepro“2. In the Project window, select the “Assets/Shader/TestShader” shader3. In the in... Read more
HLSLcc generates suboptimal code that involves meaningless double conver...
Steps to reproduce: 1. Create a new unlit shader2. Put the following code in the fragment function:```int x[3][3][3] = {{ { -1, -2, ... Read more
[Win] Camera.Render has poor performance when observed in 2022.3 and lat...
How to reproduce:1. Open the attached “camerarender_benchmark” project2. Open the Build Settings (File > Build Settings) and ensu... Read more
Skybox shader is magenta when using the Editor on macOS
Reproduction steps:1. Open the attached "PROJECTFILE" project2. Open the “Assets/Scenes/SampleScene.unity" scene3. Enter the Play mo... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class