Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

"Development Build" watermark won't go away

Discussion in 'Windows' started by toddw, Jul 1, 2014.

  1. toddw

    toddw

    Joined:
    May 9, 2010
    Posts:
    129
    Environment:
    - Unity 4.5.1f3
    - Surface Pro 2
    - Windows 8.1 pro

    Here is my repro:
    - install unity 4x pro license
    - restart unity (just in case...)
    - clear build output folder
    - File > Build Settings (make sure development build is NOT checked)
    - click build
    - open built VS solution
    - switch configuration to Release x86
    - clean
    - rebuild all
    Watermark still shows...

    I've only found one other thread on this, it said to delete the EditorSettings.asset in the library folder. So I deleted that, and the EditorBuildSettings.asset and still no dice!

    Is this a bug or am I just missing something?

    Thanks in advance!
     
  2. pumpkinszwan

    pumpkinszwan

    Joined:
    Feb 6, 2014
    Posts:
    214
    You need to select Master, not Release when you build from Visual Studio.
     
  3. toddw

    toddw

    Joined:
    May 9, 2010
    Posts:
    129
    Ah, I had no idea what master was for, I'm so programmed to put everything in release when building.... I'm sure that was somehwere in the documentation I was too impatient to read.

    Thanks a million!!