Hi, as mentioned in the windows store getting started page, sometimes fog is not supported, but it is fairly easy to implement your own.
https://docs.unity3d.com/Documentation/Manual/windowsstore-gettingstarted.html
So what is the best way of detecting whether or not fog is supported? for example is there a reliable macro you can simply use in the shader?
(currently it has not been an optimization issue so I have simply adopted the approach of disabling fog and forcing shaders to run my own implementation, it seems safer to avoid special cases. For the same reason, I simply avoid all fixed function shaders)
…also, are the built in shaders that are not well supported across windows store devices and windows phone going to be fixed up shortly or is there some deeper issue preventing this? It seems a niggly little thing that will catch people out again and again.