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
- Host: GitHub
- URL: https://github.com/fuqunaga/versionupdateonbuild
- Owner: fuqunaga
- License: mit
- Created: 2019-07-24T09:24:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T02:24:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T17:32:27.353Z (4 months ago)
- Topics: build, bundleversion-onpreprocessbuild, set-playersettings, unity3d, version
- Language: C#
- Size: 4.17 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VersionUpdateOnBuild
Set PlayerSettings.bundleVersion OnPreprocessBuild
# 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]).