yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 218 forks source link

Disable CS0169 warning in DebugLogManager.logcatArguments #56

Closed Trisibo closed 3 years ago

Trisibo commented 3 years ago

It would be nice to add a #pragma warning disable 0169 for the field DebugLogManager.logcatArguments.

yasirkula commented 3 years ago

Do you see this warning in Unity console or only in your IDE? If it is the former, when does the warning show up?

Trisibo commented 3 years ago

In Unity's console, it appears at least when installing the plugin, when changing the build platform, and when building on platforms that aren't Android. But only when the option "Suppress Common Warnings" in the player settings is disabled. Not a big deal, but if you could add that if/when you make a new version it would be the cherry on top :)

yasirkula commented 3 years ago

Will do, thanks! I'll close the issue when I push an update.