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
- [Linux][Plastic SCM] "Access Denied" error when downloading Plastic SCM Cloud Edition through the Editor
- UpdateRendererBonudingVolumes process takes more time when disabled Renderers are used
- "ArgumentNullException: Value cannot be null" error is thrown when selecting a Visual Element with a custom Render Texture set as a background
- Changes are not saved when changing Styles' orders in the UI Builder
- “InvalidOperationException: Not enough space in output buffer (need 24, has 0)” error is thrown when using NativeList.GetVertices()
Add comment