I have a weird question, is there a way to keep making a development build (to let us see the stacktrace, which is useful), but get rid of that "Development Build" watermark at the lower right corner (which is obscuring part of our GUI)?
I know that unchecking "Development Build" in the Build Settings window will remove the watermark, but that will remove the stacktrace in debug log messages too, which I don't want to happen.
↧