get rid of a How to get rid of a text saying "Development build" [Windows Phone].

I can’t get rid of a text saying “Development build” in bottom right corner.
In “Build settings” tab “Development build” is NOT selected.
How can i fix this?

I’m using Unity 4.2.1

From the FAQ for the Unity Windows Phone 8 Getting Started Docs:

“Help! The “Development build” watermark won’t go away!
For that watermark you go away, you have to build the project in Master configuration in Visual Studio.”

-So up at the top left of VS where they have the little green play button, you can switch the dropdown from Debug, or Release to Master and the watermark will go away.

Change the build form debug to Master

Change the build form debug to Master works

Unity might not be saving your build settings correctly. Deleting “EditorUserSettings.asset” from your project’s Library folder will reset the values to default. See if it helps.

Going to answer this based on my experience with Win8, so if W8P is any different please disregard this.

As far as the dev build watermark, it is rendered automatically if you build your Visual Studio project with debug configuration.

To quickly change configuration profile in VS12, Left click the solution ( not the projet, the one above it ) in the solution explorer. When selected, the properties tab should display a drop down menu labeled “Active config”. Change the active configuration from debug to release and the watermark should be gone.