- Home /
How to hide Unity Services console log spam
How can I remove the annoying console log spam from using Unity Services when they get initialized in the editor?
Unity Advertisements has a static field debugMode, but it's auto-initialized. If I set it to false after initialization, it's too late (the console has already been logged). And if I try to set it to false before it's initialized (in InitializeOnLoad) I get an error because the static instance hasn't been created yet (obviously).
See below for the spam I'm getting:
Comment
Your answer
Follow this Question
Related Questions
How do you open the Player Log? 2 Answers
Can I change the destination of selecting console entries 0 Answers
No line numbers in stack trace 1 Answer
Disable warning messages 5 Answers
Getting console click event. 0 Answers