Untiy , how to disable log message from google play game service plugin
Clash Royale CLAN TAG#URR8PPP
Untiy , how to disable log message from google play game service plugin
These log message are so annoying. It show every time i hit play button on Unity.
How to disable it?
@remy_rm i have tried double on it. it didn't go anywhere.
– Tkaewkunha
Aug 8 at 8:45
I'm afraid its packed into a .dll then, which you cannot edit unless you have the unpacked source code.. I don't think there is a way to stop these logs from showing up then. Someone may correct me on this.
– remy_rm
Aug 8 at 8:55
@remy_rm thank you.
– Tkaewkunha
Aug 8 at 9:08
@remy_rm Nope. There is a way to do so
– Programmer
Aug 8 at 14:28
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
if you double click on the log does it take you to the source file where a debug.log is called? if so just comment it out/delete it. If it doesn't and its tucked away in some dll then i don't think you can do a whole lot about it
– remy_rm
Aug 8 at 8:16