All Collections
Manage Content
Apps
Tips for Unity Developers
Tips for Unity Developers

Some helpful versioning tips for Unity developers when building apps to be uploaded within ArborXR.

Josh Franzen avatar
Written by Josh Franzen
Updated over a week ago

Within the AndroidManifest.xml file developers can manage the packageName, versionCode and versionName for their app, all of which are crucial fields for proper version control. For Unity developers, the build tools use the package name as the package attribute value and add it in the AndroidManifest.xml file. Therefore, there’s no need to manually add the package attribute value in the manifest file.

  1. From Unity's menu, go to Edit > Project Settings > Player, and select the Android tab.

  2. Under Identification, you can manage:

    • Package Name, which corresponds to packageName from the AndroidManifest.xml file.

    • Version Code, which corresponds to versionCode from the AndroidManifest.xml file.

    • Version, which corresponds to versionName from the AndroidManifest.xml file.

    • Version, not Version Code, is what is displayed in the Version column in ArborXR.

Did this answer your question?