Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 344 Bytes

Unity-debugger-library

Custom debugger DLL

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


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

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