Hi,
i want to upgrade user right for a windows pc application. I need to add Requireadministrator in the manifest.
To do that :
- i build with “create visual studio solution” option in build settings with nothing else checked in the options
- in VS2019 i change manifest and build in Release Mode this new solution and i obtain an EXE file with Admin right.
But when i launch this exe, there is a "development buil" watermark at the bottom right corner of the screen that i would like to make disapear.
Strange thing is when i build with unity without “create solution” checked. I obtain an exe without watermark.
As “development build” option is never checked in unity build settings, i thought that it was unity editor bugg but i have tried 2 versions and result is the same (2020 3.11 / 2020 3.19 Pro)
is anybody have idea about this issue. Thanks for your help