versions: VRCSDK2-2020.09.25.00.08_Public.unitypackage
In Quest, VRC/Panosphere does not work and draws an error material.
I looked at the Panosphere implementation and found two problems.
  1. only_renderers does not have gles3.
  2. no UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX.
I've tried to fix these problems, what do you think?
Note that in the above implementation, I removed ShaderForge, added CullMode, and formatted the whole thing. Sorry if it's superfluous.
Thank you.