How to disable DebugMenu when deployed.

Attached herewith is the result after i build this apk file from Unity 5.1.

I would like to disable the Debug Menu on the left side of the screen for User side.

Here is my code:

http://pastebin.ca/3231377
I just copy the code from pastebin because it’s too long to paste it here.

Not 100% sure this is what you’re talking about but:

File > Build Settings > Click your platform (PC for instance) > Uncheck “Development Build” toggle.

The solution is to disable it on Main.cs of my own Unity project.