Search Issue Tracker
Fixed in 2019.1.X
Votes
2
Found in
2017.4.14f1
2017.4.19f1
Issue ID
1129457
Regression
No
[Switch][PostProcessing] Building Player results in Shader errors
Reproduction steps:
1. Open "case_TRND-1115-PPSCompileError.zip" project
2. Build for Switch
3. Notice errors in the Console window
Expected Result: No errors appear
Actual Result: Errors appear
Reproduced with: 2017.4.21f1
Did not reproduce on: 2019.2.0b4, 2019.2.0a1, 2019.1.0b4, 2019.1.0a7, 2018.3.7f1, 2018.3.0b9, 2018.2.20f1, 2018.2.5f1
Errors:
Shader error in 'Hidden/PostProcessing/Uber': Vertex shader compilation failed.
Shader error in 'Hidden/PostProcessing/FinalPass': Vertex shader compilation failed.
Shader info log:
_shader1544178020(26) : error C0000: ... or #extension GL_NV_viewport_array2 : enable
_shader1544178020(26) : error C0000: ... or #extension GL_AMD_vertex_shader_layer : enable
(on switch)
Compiling Vertex program with STEREO_INSTANCING_ENABLED FXAA_KEEP_ALPHA
Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_RGBM_ENCODING
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
Add comment