This is a simple UI Debugger connecting Unity Debug to a Text UI object, as an implementation of https://docs.unity3d.com/ScriptReference/Application-logMessageReceivedThreaded.html
This is a DEVELOPMENT TOOL and should not be used in production.
IMPORTANT: Debug.Log can impact performance, read more.
Tested with:
- Unity 2020.1
- Download the last plugin-simple-ui-debugger package on releases
- Open your project in Unity
- Click Assets/Import Package/Custom Package
- Select the package you downloaded
- Click Import
- If you don't have a Canvas object in your scene, create one;
- Open the plugin prefabs folder: Plugins/Simple UI Debugger/Prefabs
- Add the prefab "DebugPanel" inside (as a child) of the Canvas object, preferably as the last element.