hackplayerz / Unity-debugger-library

Custom debugger DLL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity-debugger-library

Custom debugger DLL

빌드를 해도 로그는 남으니까 Editor에서만 로그가 출력하게 해주는 플러그인


저장경로 : Assets/Script/plugins/
namespace : UnityCustomDebugger
메소드

DEBUG.log(string message)
DEBUG.Warning(string message)
DEBUG.Error(string message) 

About

Custom debugger DLL


Languages

Language:C# 100.0%