kyubuns / UnityRemoveDevWatermark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Remove Dev Watermark

Simply importing this package will remove the "Development Build" from the lower right corner of the screen.
This has a number of advantages,

  • Development Build allows you to easily shoot PVs and take screenshots for the app store.
  • No UI overlap with the game's UI.
  • (Anything else?)

sample

The following platforms are currently supported

  • Windows (BuildTarget.StandaloneWindows, BuildTarget.StandaloneWindows64)
  • macOS (BuildTarget.StandaloneOSX)
  • iOS (BuildTarget.iOS)

I hope this feature will be officially supported by Unity.
But this request thread has been neglected for more than 3 years.

Installation

UnityPackageManager

https://github.com/kyubuns/UnityRemoveDevWatermark.git?path=Assets/RemoveDevWatermark

Target Environment

  • Unity2021.3 or later

License

MIT License (see LICENSE)

About

License:MIT License


Languages

Language:C# 100.0%