Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 498 Bytes

File metadata and controls

32 lines (18 loc) · 498 Bytes

Unity Debug Panel v1.0

Simple Unity debug panel, for view variables realtime.

  • Lean code
  • Easy to add a variable to the panel
  • Real time updates

Display

debug panel
debugpanel

onscreen debug
debugpanel

Usage

using TM.Utils;

debugLog.instance.Log("Nitro", "fuel", fuel);

for onScreenDebug add onScreenDebug.prefab to your scene.

Installation

  • copy it into your assets directory.

Change Log

  • v1.0 first commit