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
- Big chunk of "Untracked" memory in the Memory Profiler screenshot when a custom .obj file is loaded while in Play Mode
- Video contains artifacts when played in the Video Preview section in the Inspector Window
- UI Toolkit Slider "Fill" option doesn't invert when "Inverted" option is selected
- The Random Value option in the Set Attribute Block gets disabled and the "B"/"Max" value lost when upgrading to Unity 6
- Crash in ParallelSortExtensions::ParallelSort
Add comment