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
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
Add comment