I am trying to create an animated loading screen with render textures and OVR Overlay, but have run into the following error and do not know how to proceed:
These are the steps I have taken: 1. Create a render texture. 2. Create a video player game object in my scene and link it to my render texture. (I have tested that the render texture is working.) 3. Create a game object with an OVR Overlay. (It is enabled in the scene.)