Can standard shader reflections work accurately on mobile?
I used standard shader to create a material with desired metalness and smoothness, it looked fine in the editor(ref screenshot) and even in play mode but as soon as I build it on an android device all materials with standard shader and a bit of smoothness go to full reflection. Profiling the shder values shows that the smoothness is set to the value same as in the editor but all materials have 100% smoothness and those with metallic properties turn into complete mirrors as is the case with the fridge in the screenshot. All the reflections in the scene are cast from baked reflection probes and all the lights are also baked.
Is there a way to make the standard shaders reflection work accurately on android or is there any alternate way to get reflections and shininess in a completely baked lighting environment.
Answer by DarkJohn117 · Oct 05, 2017 at 11:54 AM
Hi there! We are facing the exact same problems but only on Android. Did you find a solution @ghostbuster96?
Your answer
Follow this Question
Related Questions
Some shaders not working in android build 2 Answers
Google VR (Cardboard) don't work with Render Pipeline Asset. 0 Answers
After compiling and installing apk game becomes transparent and you can see the mobile home screen 1 Answer
Help with grabpass shader for 2D water effect. 2 Answers
Realtime Light-probe ? 0 Answers