ARwayKit SDK
❱ HOMEPAGE⚎ DEVELOPER PORTAL
  • Introduction
  • Change Log
  • FAQ
  • ARWAY SDK
    • Getting Started
    • Building from the Source Code
    • Integrating the Unity Package
    • Managing App Localizations
      • Enabling Right-to-Left (RTL) Text
    • Sample Scenes
      • Dashboard
      • AR Map Session
    • Branding the Sample App
      • Replacing ARway Logos in the Sample App
    • Third Party
    • SDK Upgrade Guide
      • 3.1.0 -> 3.1.4
      • 3.0.1 -> 3.1.0
      • 3.0.0 -> 3.0.1
      • 2.5.1 -> 3.0.0
      • 2.3.1 -> 2.5.1
      • 2.3 -> 2.3.1
    • Enhancing the Sample App
      • Instant Location Pin Navigation
      • Customizing the Default Navigation Arrow
      • Initializing AR Using an IAP
  • Maps Studio
    • Overview
    • Maps Studio
      • Creating a Map
      • Editing Map Details
      • Uploading Content
      • QR Codes
      • Image Access Points (IAPs)
      • Floorplans
      • Using the Editor
      • Occlusion
      • Analytics
  • ARwayKit SDK Integrations
    • Flutter
      • Quickstart in Flutter
    • React Native
      • Quickstart in React Native
    • Android Kotlin
      • Quickstart in Android Kotlin
    • Android Java
      • Quickstart in Android Java
    • iOS Swift
      • Quickstart in iOS Swift
  • Deep Linking
    • What is Deep Linking?
    • Creator Portal Changes
    • Modifying the SDK
    • Configuring Server Files
  • DEVELOPER FEEDBACK
    • Support
Powered by GitBook
On this page
  1. ARWAY SDK
  2. SDK Upgrade Guide

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.

  1. Download the New Version: Download the ARway Unity Package v3.0.0 from the official ARway website or your client portal.

  2. 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.

  3. Copy the Modified Files: The following files are changed in this update:

    1. Assets/ARWay/ViewerMode/0_Scene/ARMapSession.unity

    2. Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png

    3. Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png.meta

    4. Assets/ARWay/ViewerMode/1_UI/Icons/Scan_your_environment.png

    5. Assets/ARWay/ViewerMode/2_Scripts/NavigationTourViewPanel.cs

    6. Assets/ARWay/ViewerMode/2_Scripts/ARSessionViewHandler.cs

    7. Assets/ARWay/ViewerMode/2_Scripts/Utils/GLTFLoader.cs

    8. Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs

    9. Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs.meta

    10. Assets/ARWay/ViewerMode/2_Scripts/dashboard/AccessPointManager.cs

    11. Assets/ARWay/ViewerMode/2_Scripts/dashboard/MapDetailsManager.cs

    12. Assets/ARWay/ViewerMode/3_Prefabs/ARMapSession/Notification/FindPlane.prefab

    13. Assets/ARWay/ViewerMode/3_Prefabs/ARMapSession/UIPanels/QRScanPanel.prefab

    14. Assets/ARWay/ViewerMode/Plugins/ARwayKit-Viewer.dll

    15. Assets/ARWay/ViewerMode/Resources/Properties.asset

    16. ProjectSettings/ProjectSettings.asset

    17. Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png

    18. Assets/ARWay/ViewerMode/1_UI/Icons/Hand.png.meta

    19. Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs

    20. Assets/ARWay/ViewerMode/2_Scripts/Utils/UIMover.cs.meta

  4. Build and Test: Rebuild your Unity project and thoroughly test all the ARway features and functionalities that your application uses.

Previous3.0.1 -> 3.1.0Next2.5.1 -> 3.0.0

Last updated 11 months ago