Home > Software design >  Trouble accessing Unityplayer.log on Hololens
Trouble accessing Unityplayer.log on Hololens

Time:09-22

I want to see my debug statements after running an app on Hololens which are stored in the Unityplayer.log file. I used Unity for making this application. I am not able to download this log file from the Windows device portal after running the app. I am not sure what is causing this problem now. The following issue pops up on the browser : This site can't be reached. I restarted the Hololens and also checked my internet connection. Sometimes it works and 99% of the time it doesn't get downloaded.

About the App: I am using HololensforCV project files to access sensor data and want to build an application around this. More specifically I am using ArUcodetectionHololens-Unity by doughtmw.

The Unityplayer.log file can be downloaded from the Windows device portal in File Explorer: LocalAppData/ProjectName/TempState Folder. I am using Hololens 1 and Unity 2019.4.7f1.

Does anybody know what I can do/change to access this file without issue?

CodePudding user response:

The issue was that the project solution would not stop running in the Visual Studio when I closed the app on the Hololens. When I stopped the Deployment on the VS, I had no issue downloading the log file. In addition, sometimes the Hololens got disconnected from the internet now and then.

  • Related