playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.45k stars 959 forks source link

Disable some logging #2104

Open Marcon opened 6 years ago

Marcon commented 6 years ago

Hi there. I just installed play games plugin v0.9.50 to my project and after each script recompilation and game run I getting in console output like "Assets/GooglePlayGames/Editor/GooglePlayGamesPlugin.txt metadata will be checked", "Detected .Net version", "Forcing NO_GPGS to be defined for iOS builds".

Is there any way to disable this output(change logging level or so)? This logs very annoying when I should search my logs across gpgs plugin logs.

ffff1111 commented 6 years ago

+1 Totally agree. very annoying

vizgl commented 6 years ago

+1 Same on it

caneva20 commented 6 years ago

One more here

mutter21 commented 6 years ago

+1 If you use the console pro, you can add it to the ignore list. https://assetstore.unity.com/packages/tools/utilities/editor-console-pro-11889

Esildor commented 6 years ago

+1,000,000 I would do it myself but its in dlls

eugenesn commented 6 years ago

+1

toxikman commented 6 years ago

+1 Can't remove, annoying!

Nomy1 commented 6 years ago

Change it please

toxikman commented 6 years ago

This log spam needs to be disabled. Every time Unity does a build it outputs at least 10 lines of spam and you often lose sight of more important messages and warnings from your own game code. PLEASE FIX!!

LightGameStudio42 commented 6 years ago

Same.

KuruwaYoshiko commented 5 years ago

try Assets>PlayServiceResolver>version handler>settings and uncheck the verbose logging.

toxikman commented 5 years ago

Disabling verbose logging in the version handler works, thanks!

celojevic commented 3 years ago

For those in 2021 its almost the same: Assets>External Dependancy Manager>Version Control>Settings, then uncheck Verbose Logging at the bottom. MAKE SURE that you stretch the window down and hit the OK button after doing so!

amrutanirale commented 3 years ago

For those in 2021 its almost the same: Assets>External Dependancy Manager>Version Control>Settings, then uncheck Verbose Logging at the bottom. MAKE SURE that you stretch the window down and hit the OK button after doing so!

This works, Thanks!!

tahaexe commented 2 years ago

For those in 2021 its almost the same: Assets>External Dependancy Manager>Version Control>Settings, then uncheck Verbose Logging at the bottom. MAKE SURE that you stretch the window down and hit the OK button after doing so!

thanks. it is work.

LeonardoDaLuz commented 2 years ago

Button Ok is hidden, resize to view the button:

image

trongtindev commented 4 months ago

I found them, delete manually.

https://github.com/playgameservices/play-games-plugin-for-unity/blob/32b8f4ec17c34d6e56713742c43ee0192d62e9c4/Assets/Public/GooglePlayGames/com.google.play.games/Editor/NearbyConnectionUI.cs#L137

https://github.com/playgameservices/play-games-plugin-for-unity/blob/32b8f4ec17c34d6e56713742c43ee0192d62e9c4/Assets/Public/GooglePlayGames/com.google.play.games/Editor/GPGSAndroidSetupUI.cs#L118