3.1.0 -> 3.1.4
Steps to Upgrade
This guide will walk you through the process of upgrading v3.1.0 of the ARwayKit SDK to v3.1.4. Please follow the instructions carefully to ensure a smooth transition to the new version.
Enable Version Control: Enable version control on your local machine by enabling Git in the repo.
Backup Your Project: Save & Commit your Unity project with your version control system (Git) to ensure you can revert in case of any unforeseen issues.
Download the New Version: Download the new ARwayKit SDK v3.1.4 .zip file.
Extract the .ZIP File: Extract the .zip to a new folder.
Copy Extracted Files to Existing Repository: Copy the folders “Assets”, “Packages” and “Project Settings” from the zip to your existing project and choose the option to replace the existing files.
Delete Files & Folders: Delete the files and folders in the list “Files & Folders to Delete” below to resolve upgrade conflicts.
Review File Changes: Review the file changes in Git, remove any changes to the files that are unnecessary to your project such as the logos or other branding assets.
Build and Test: Rebuild your Unity project and thoroughly test all the ARway features and functionalities that your application uses.
List of File Changes
Files & Folders to Delete:
Assets/AddressableAssetsData/link.xml
Assets/AddressableAssetsData/link.xml.meta
Modified Files:
Assets/ARWay/ViewerMode/0_Scene/ARMapSession.unity
Assets/ARWay/ViewerMode/2_Scripts/ARMapSession/LocalizationPopup.cs alogBox/DriftIndicatorPopup.prefab
Assets/ARWay/ViewerMode/3_Assets/Prefabs/ARMapSession/DialogBox/InstructionsPanelViewer.prefab
Assets/ARWay/ViewerMode/3_Assets/Prefabs/ARMapSession/DialogBox/LocalizationRequired.prefab
Assets/ARWay/ViewerMode/3_Assets/Prefabs/ARMapSession/Notification/FindPlane.prefab
Assets/ARWay/ViewerMode/3_Assets/Prefabs/ARMapSession/UI Panels/QRScanPanel.prefab
Assets/ARWay/ViewerMode/Plugins/ARwayKit-Viewer.dll
Assets/ARWay/ViewerMode/Resources/ARContent/JumboChevron.prefab
Assets/ARWay/ViewerMode/Resources/AnchorPrefab.prefab
Assets/Localization/Localization Tables/StringTable_Localization Shared Data.asset
Assets/Localization/Localization Tables/StringTable_Localization_en.asset
ProjectSettings/ProjectSettings.asset
New Files:
Assets/ARWay/ViewerMode/1_UI/Icons/GroundScan.png
Assets/ARWay/ViewerMode/1_UI/Icons/GroundScan.png.meta
Assets/ARWay/ViewerMode/1_UI/Icons/PlaneFound.png
Assets/ARWay/ViewerMode/1_UI/Icons/PlaneFound.png.meta
Assets/ARWay/ViewerMode/1_UI/Icons/Scan.png
Assets/ARWay/ViewerMode/1_UI/Icons/Scan.png.meta
Last updated