BundleVersionChecker icon indicating copy to clipboard operation
BundleVersionChecker copied to clipboard

Unity editor plugin for tracking changes of bundle version so that they are available in runtime classes. PlayerSettings.bundleVersion will be updated on changes and all previous version strings are k...

Results 1 BundleVersionChecker issues
Sort by recently updated
recently updated
newest added

..this would be immensely helpful for us. Right now, because of how insane Unity's build numbers are in Unity 5.x, we use `PlayerSettings.Android.bundleVersionCode` as a shared bundle version (critical for...

enhancement