I try to use eyeIndex setting in ShaderGraph to render different colors of object for different eyes but it doesn't work.
As far as I remember it worked in Unity 2019 on Android but due to IOS forced everybody use metal API I was unable to make a build on IOS.
Now it looks like metal should work but this time I can't reproduce this functionality on Anroid in Unity3D 2021.
Also i tried to change renderpath (instancing, multipass, singlepass) in playersettings via script (due to missing this option in editor settings) and it doesn't help.
SMARTPHONE:
Device: Samsung Galaxy A52
OS
Android
OS version [12]
STEPS TO REPRODUCE THE ISSUE
Install Cardboard VR for Unity3D
Install URP
Use an eye index in shadergraph to render different object color for each eye (left should be blue, right should be red)
Build and run
See error
EXPECTED BEHAVIOR
Different colors of an object in different eyes
VERSIONS USED
Cardboard XR Plugin v1.16.0
If you are using Cardboard XR Plugin:
What version of Unity are you using?
2021.3.1f1
Select in which graphics API you can reproduce the bug.
[x] OpenGL ES3
LINK TO A REPOSITORY WITH CODE TO REPRODUCE THE BUG
SPECIFIC ISSUE ENCOUNTERED
I try to use eyeIndex setting in ShaderGraph to render different colors of object for different eyes but it doesn't work. As far as I remember it worked in Unity 2019 on Android but due to IOS forced everybody use metal API I was unable to make a build on IOS. Now it looks like metal should work but this time I can't reproduce this functionality on Anroid in Unity3D 2021. Also i tried to change renderpath (instancing, multipass, singlepass) in playersettings via script (due to missing this option in editor settings) and it doesn't help.
SMARTPHONE:
STEPS TO REPRODUCE THE ISSUE
EXPECTED BEHAVIOR
Different colors of an object in different eyes
VERSIONS USED
Cardboard XR Plugin v1.16.0
If you are using Cardboard XR Plugin:
What version of Unity are you using? 2021.3.1f1
Select in which graphics API you can reproduce the bug.
LINK TO A REPOSITORY WITH CODE TO REPRODUCE THE BUG
https://github.com/vakuor/cardboardstereoeye21
SCREENSHOTS