Mixedrealitytoolkit-unity: MRTK v2 Release Candidate 1 How can i delete the status bar for CPU fps, peak, used, Limit ?

Created on 12 Apr 2019  路  6Comments  路  Source: microsoft/MixedRealityToolkit-Unity

Overview

I am developing a project for HoloLens. When I run my project, a status bar appears, showing FPS, memory usage, and so on. How can I delete this status bar or not display it?
寰俊鍥剧墖_20190412154417

Expected Behavior

Actual Behavior

Steps to reproduce

_(Links to sample github project preferred)_

Unity Editor Version

2018.3.11f

Mixed Reality Toolkit Release Version

MRTK v2 Release Candidate 1

Diagnostics / Tools Question

Most helpful comment

To remove the floating Diagnostics screen from your project:
Open MixedRealityToolKit in the Inspector.
Scroll down to Diagnostic Systems Settings
Unclick Enable Diagnostics System.

All 6 comments

Remove the diagnostics profile from the MRTK instance

To remove the floating Diagnostics screen from your project:
Open MixedRealityToolKit in the Inspector.
Scroll down to Diagnostic Systems Settings
Unclick Enable Diagnostics System.

I can probably update the doc here to have those steps from @ArtieTwelve as well:

https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Diagnostics/ConfiguringDiagnostics.html

@provencher @ArtieTwelve @wiwei Thank you all, I will try it.

@ArtieTwelve's steps are correct.

Please note that it is highly recommended to keep the diagnostics profiler enabled during the development of your application so that you can spot performance issues (ex: frame rate below 60) when they are easiest to fix.

Was this page helpful?
0 / 5 - 0 ratings