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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment