Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
NicTB's avatar
NicTB
Honored Guest
7 years ago

OVROverlay Cubemap Fade

I am currently using the OVROverlay system when the player is loading certain data to avoid headtracking issues.

Right now, I have two overlays in the scene:
1. A cubemap with a custom texture
2. And a quad to display loading progress.

Overall, the system works, but I would like to be able to fade in the overlays rather than just turn them on and off.

After a tweak to the Texture2D Blit.shader file (just manually adjusting the alpha value of the final color), I was able to get the quad fading in and out, but making the same change to the Cubemap Blit.shader file doesn't seem to actually do anything. So, I was wondering if this functionality is actually possible?

2 Replies

Replies have been turned off for this discussion
  • NicTB's avatar
    NicTB
    Honored Guest

    If I recall, I was never able to get this working. Just had to live with it popping in, unfortunately.