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.
https://github.com/udonba/Unity-LogPrompter.git?path=Assets/LogPrompter
Add LogPrompter
component to GameObject.
(Need TextMeshPro or TextMeshProUGUI in same gameObject)