Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 863 Bytes

File metadata and controls

24 lines (16 loc) · 863 Bytes

Unity-LogPrompter

Unity-LogPrompter is displaying Debug.Log output to TextMeshPro or TextMeshProUGUI.

  • Displaying Debug.Log in scene.
  • Auto scroll.
  • Time stamp can be added.
  • Error log can be displayed with red color. (Yellow for warning)
  • Don't display logs containing arbitrary string.

image

Git Path (Unity Package Manager)

https://github.com/udonba/Unity-LogPrompter.git?path=Assets/LogPrompter

UPM included sample scene.
image

Usage

Add LogPrompter component to GameObject.
(Need TextMeshPro or TextMeshProUGUI in same gameObject)

日本語の解説記事(Qiita)