1. Open up vrchat
  2. Go into any world made by The Snooze (Note The Snooze sells maps so this can be more than just worlds upload by The Snooze it can be in any of the worlds that The Snooze sells and then are uploaded by someone else)
  3. Now go into any world that is made by someone else where the UI uses unity's Default UI Material (I went to gigas as an example but most places have this issue)
  4. Notice that all text is stuck behind the background UI
This seems to be related to something to do with the announcement feature in the worlds The Snooze makes. I think it is overwriting the default UI to sit on a different render queue. Normally Default UI Material render queue is on 3000 after hitting play on the unity editor you can see that his code for the announcement system sets the Default UI Material render queue to 4000. This cause all text to be behind all images that don't have Material set on the component (see images attached). The only way to fix this is by restarting vrchat and avoid going to The Snooze's uploads and any other creator's world that use The Snooze's prefab world as a base.