Development Console error after deployment

I am noticing that, after deployment, the development console shows at the bottom left corner. I know its useful, but I don’t want it showing up on the consumer devices. It just looks bad.

How do I disable it?

Attached screenshot.

It will not show up in Master builds.

1 Like

Thank you for the answer. I know now, what’s causing it.

I have a follow up question.

A link or tutorial where I can set the builds to Master Build? Or a waypoint where I can start?

In visual studio project, set this to “Master”:

1 Like

Ah!!! I thought it might be that. I got confused because in visual studio, it is referred to as ‘Release’.

Still getting the hang of these interchangeable words between Master and Release, working between Unity and Visual Studio.

Thank you, Tautvydas

No, they’re not interchangeable. There should be 3 options: debug, release and master. Here’s a screenshot from my PC:

Just to note, you get this option AFTER you build from unity and you open the generated Visual Studio project. Not when editing your scripts.