-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: colored logs, same as in Editor #165
Comments
Added to the roadmap. |
Available in 1.7.0 |
I have check it with version 1.8 on asset store but I can't show the color of the text. The log show like below |
@nntgam, can you try adding a closing |
It still not working and not working with bold too |
Yes I have already put, this on auto format by github. |
@nntgam, can you double check if Rich Text Tags are enabled in the plugin? |
@nntgam, this does not look right - can you try to use color names and see if that works? Is this happening on iOS or Android? |
@weeeBox , Trying with color by name then it works. I'm using Android (Samsung S7). |
@nntgam, I'm re-opening the issue to investigate the hex-colors bug |
@nntgam, fixed in 1.8.2 |
During last month I started to use colored
Debug.Log
in Unity, and really helps a lot when each game manager provide logs according to it's unique color.As you know the code is something like that:
Debug.Log("<color=green>Notifications: {messsage}"
Unfortunately Lunar Console doesn't support it and I see extended log without color convertation.
Would be great to implement it.
The text was updated successfully, but these errors were encountered: