Debug with magic leap

Hi, I am currently working with webview so I can't using App simulator. Is it possible to review Debug.Log() when working with magic leap 2 device? I tried to access Log in Device bridge of Magic leap hub, but my print wasn't there (I added one in start of a script of an activated game object so it should be printed out)

You can use the standard Android Debugging tools. I recommend using the Unity Android Logcat package. It makes it simple to read the logs output by your application : Android Logcat | Android Logcat | 1.3.2

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.