I created several shaders for a project that I am working on using Unity’s Shader Graph 3.0.0.
The game runs perfectly in editor and in PC (Windows) builds.
I made an android build to test it on my devices and it does not seem to show any graphics.
The Android build is playable as I am able to hear it change states and accept inputs (game has sounds already integrated), but it does not display any graphics, including Unity’s splash screen.
Anybody has an Idea what happening?
- I am using Unity 2018.1f1 Personal.
- I suspect that is a shader issue because I get the error “Unsuported [shader name] pass ‘meta’ has no vertex shader” in the log file.
What do you need me to give you as reference?
Thanks for your help!