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.
3D Digital Archive Works & TIPS +++
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.