yasirkula / UnityIngameDebugConsole

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

Build error due to DebugLogManager #69

Closed ArnaudBBRI closed 2 years ago

ArnaudBBRI commented 2 years ago

Description of the bug

When trying to build for an Android app, with Unity 2020.3.18f1, the build reports the following error: Assets\Plugins\IngameDebugConsole\Scripts\DebugLogManager.cs(545,28): error CS0103: The name 'OnApplicationQuitting' does not exist in the current context

Reproduction steps

Just add the asset in my project, add the InGameDebugConsole prefab in the hierarchy, then try to compile.

Platform specs