In my scene I have a piece of the floor that is colored red. It’s static, UV mapped etc. and has a baked light map. I’m using the standard shader with an albedo color (no texture), with some metallic and smoothness values. There is a reflection probe in the scene.
This works as expected in the editor and on the iPhone 6. However, on the iPod touch 5G the same red mesh appears completely black.
Is this a known limitation of the iPod touch 5G or have I found a bug that needs to be reported?
The project is compiled with the ‘Automatic’ setting. I’m not using any API’s directly - I’m using the standard shader. I’m expecting the shader to be smart enough to render as best it can given the hardware it’s running on.
Is this a bug with the shader not falling back to something simpler? I’ve narrowed the issue down to baking with light maps General GI / Directional Mode set to ‘Directional’. If I set that to ‘Non Directional’ it renders correctly on the iPod touch 5G (AFAICT).