Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a8
Issue ID
1098973
Regression
No
[Android] [LWRP] [PP] Building project for the first time there are shader errors in the Console if using Vulkan Graphics API
Steps to reproduce:
1) Open Unity and select new LWRP template
2) Update LWRP and postProcessing packages to the latest
3) Switch to Android platform in the Build Settings
4) Make sure Vulkan is the only API in the Player Settings
5) Build this project
Observe: At the end of the building process there will be some Shader errors
Note: It will not stop the building process
Reproduced with:
2019.1.0a7, 2019.1.0a8
LWRP package: 5.0.0
PostProcessing package: 2.0.17
Error example:
Shader error in 'Hidden/PostProcessing/Uber': '#extension' : extension not supported: GL_AMD_vertex_shader_layer at line 4 (on vulkan)
Shader error in 'Hidden/PostProcessing/Uber': '#extension' : extra tokens -- expected newline at line 4 (on vulkan)
Shader error in 'Hidden/PostProcessing/Uber': '' : compilation terminated at line 4 (on vulkan)
Shader error in 'Hidden/PostProcessing/FinalPass': '#extension' : extension not supported: GL_AMD_vertex_shader_layer at line 4 (on vulkan)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Add comment