Debug Tools¶
Ths SDK provides a suite of four embeded panels dedicated to debug your game.
Debug Tools Parameters¶
Create your own version of DebugToolsParameters
(Assets > Create > Asmodee.net > DebugToolsParameters), and provide it to your subclass of CoreApplicationDelegate.
Activation¶
The parameter Use Standard Activation of DebugToolsParameters
makes the debug panels appear if the player taps/clics 5 times in a second, in the top right corner of the screen.
If you don’t want the standard activation, you can display the debug panels yourself:
CoreApplication.Instance.CoreApplicationDelegate.ToggleCommunityHubDebugContent();