In part (1) and part (2) I discussed the concept and some implementation details for BundleVersionChecker a set of editor classes to provide access to Unity’s PlayerSettings.bundleVersion (and bundleIdentifier) at runtime and…
BundleVersionChecker is a set of Unity editor classes to get access to Unity’s PlayerSettings.bundleVersion and their history at runtime. This first article series in 3 parts describes the problem how…