SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
841 stars 114 forks source link

Console.OnMessageReceived Event #100

Closed kenofori closed 6 years ago

kenofori commented 6 years ago

Hi there,

Can you please provide a OnMessageRecieve Callback so when console receive any message we can trigger something on Unity side on Pro version.

Thanks

weeeBox commented 6 years ago

Sure

kenofori commented 6 years ago

@weeeBox thank you very much for your quick response, can you give a rough idea when can we see it?

weeeBox commented 6 years ago

If you just need to capture the log event you can use a built-in Unity API: https://docs.unity3d.com/ScriptReference/Application-logMessageReceived.html

kenofori commented 6 years ago

@weeeBox thank you very much, this does solve the issue 💃