Forum Discussion

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

Screen flickering when paused in a Unity app on Oculus Go

Hi,
I'm developing a game with Unity on Oculus Go. When I use the pause feature of my game, the screen starts to flicker severely.
The pause feature is currently achieved by setting Time.timeScale to 0.
Has anyone encountered this problem? Or are there any settings that I can try to tweak?
Thanks in advance.

2 Replies

Replies have been turned off for this discussion
  • Sort of.
    Turns out there's a UI panel got placed in front of the camera by a 3rd party package.
    Moving it a little bit further from the camera solved the issue.