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

[UWP] How to use InGameDebugConsole In Universal Windows Platform ? #50

Closed RetroAndDev closed 3 years ago

RetroAndDev commented 3 years ago

Hello, I want to use your plugin in UWP but the console didn't show in build. In the editor she work did you have any solutions ?

yasirkula commented 3 years ago

Not really. If the build doesn't fail, I don't see any reason for the console to disappear in build. Are you sure that IngameDebugConsole exists in the scene you are building (you have to put it in the scene manually, it isn't automatically spawned)? If you are sure, can you see any error messages in Unity's log file: https://docs.unity3d.com/Manual/LogFiles.html