3.0.0 -> 3.0.1
Changes
Bug fixes with Android QR code scanning resolved
Minor bug fixes in navigation and floor plan view
Updated scan environment UI
Steps to Upgrade
This guide will walk you through the process of upgrading v3.0.0 of the ARwayKit SDK to v3.0.1. Please follow the instructions carefully to ensure a smooth transition to the new version.
Download the New Version: Download the ARway Unity Package v3.0.0 from the official ARway website or your client portal.
Backup Your Project: Save your Unity project with your version control system (such as Git) to ensure you can revert in case of any unforeseen issues.
Copy the Modified Files: The following files are changed in this update:
Assets/ARWay/ViewerMode/0_Scene/ARMapSession.unity
Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png
Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png.meta
Assets/ARWay/ViewerMode/1_UI/Icons/Scan_your_environment.png
Assets/ARWay/ViewerMode/2_Scripts/NavigationTourViewPanel.cs
Assets/ARWay/ViewerMode/2_Scripts/ARSessionViewHandler.cs
Assets/ARWay/ViewerMode/2_Scripts/Utils/GLTFLoader.cs
Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs
Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs.meta
Assets/ARWay/ViewerMode/2_Scripts/dashboard/AccessPointManager.cs
Assets/ARWay/ViewerMode/2_Scripts/dashboard/MapDetailsManager.cs
Assets/ARWay/ViewerMode/3_Prefabs/ARMapSession/Notification/FindPlane.prefab
Assets/ARWay/ViewerMode/3_Prefabs/ARMapSession/UIPanels/QRScanPanel.prefab
Assets/ARWay/ViewerMode/Plugins/ARwayKit-Viewer.dll
Assets/ARWay/ViewerMode/Resources/Properties.asset
ProjectSettings/ProjectSettings.asset
Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png
Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png.meta
Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs
Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs.meta
Build and Test: Rebuild your Unity project and thoroughly test all the ARway features and functionalities that your application uses.
Last updated