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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment