I've created a VR scene and want to bake any information into one single texture so that I can use Unity's unlit shader for maximum performance (Android and iOS). Is there a way to bake specular highlights or reflections? I know that these would normally depend on the camera position but there is no camera when using render to texture.
Replies