Skip to content

gruhh/unity-plugin-simple-ui-debugger

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Simple UI Debugger for Unity

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

How to Install

  • 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

How to Use

  1. If you don't have a Canvas object in your scene, create one;
  2. Open the plugin prefabs folder: Plugins/Simple UI Debugger/Prefabs
  3. Add the prefab "DebugPanel" inside (as a child) of the Canvas object, preferably as the last element.