An open API service indexing awesome lists of open source software.

https://github.com/fuqunaga/versionupdateonbuild

Set PlayerSettings.bundleVersion OnPreprocessBuild
https://github.com/fuqunaga/versionupdateonbuild

build bundleversion-onpreprocessbuild set-playersettings unity3d version

Last synced: 2 months ago
JSON representation

Set PlayerSettings.bundleVersion OnPreprocessBuild

Awesome Lists containing this project

README

        

# VersionUpdateOnBuild
Set PlayerSettings.bundleVersion OnPreprocessBuild

![](Assets/Packages/VersionUpdateOnBuild/Docs/VersionUpdateOnBuild.gif)

# Install
Download a `.unitypackage` file from [Release page](https://github.com/fuqunaga/VersionUpdateOnBuild/releases).

# Parameters
config VersionUpdateOnBuildParameter.asset at inspector.
- ignoreDevelopmentBuild: if true, VersionUpdateOnBuild won't run at development build.
- format: version strings.
magic word: "%[datetime_format]%" -> DateTime.Now.ToString([datetime_format]).