I made UI for one of my games and it has a single button in the lower right of the screen. After playtesting what I had developed, I noticed that friend request notifications were popping up ontop of my clickable UI.
When googling how to turn off notification, I found the SetCore wiki page and it allows me to turn off some of the notifications but not all of them.
This is important to my game. I need that UI space. Surely there is a way to turn those off. Anyone know?
What type of messages where popping up ? and how did you go about using SetCore? because it can disable all the ui except for game-pass purchases and the escape menu
If you look at line 643, there isn’t a bool you can set with SetCore that will hide friend request notifications. I think your only option is to disable the core gui altogether.
Before seeing this thread, I ignorantly assumed without checking there would be a way to do this. Upon learning I realized this is an issue I was going to run into too, and filed a feature request to have the ability to turn this off.