How to hide the Development Console that appears in the left eye of HoloLens.
Method 1
Use Debug.developerConsoleVisible = false;
.
Reference : Unity Document
Method 2
Master build instead of Release build.
Visualization & Digital solution +++
How to hide the Development Console that appears in the left eye of HoloLens.
Use Debug.developerConsoleVisible = false;
.
Reference : Unity Document
Master build instead of Release build.