Show / Hide Table of Contents

    Migrate Guideline

    Migrate guideline for the VOID AR SDK.


    Migrate from v1.0_Beta3 to v1.0_Beta4

    1. In the original v1.0_Beta3 project, expand the directory [ Assets ] -> [ Plugins ] -> [ Android ], delete “libVoidAR-Plugin.so”.

      Migrate_8

    2. In the original v1.0_Beta3 project, expand the directory [ Assets ] -> [ Plugins ], delete “VoidAR_Unity.dll”.

      Migrate_9

    3. Import" VOIDAR_Unity_v1.0_Beta4.unitypackage".

      If you need to import the Demo module, select the default option to import.

      If you do not need to import the Demo module, you can uncheck the "VoidARDemo" folder.

    4. By here, the VOIDAR_Unity_v1.0_Beta4 upgrade is done.

    Migrate from v0.1.h_Patch1_Beta to v1.0_Beta3

    Part 1. Feature Changes

    1. VOIDAR_Unity_v1.0_Beta3 does not support running on OSX platform, but building iOS app works OK.

      Migrate_1

    2. VideoPlayback Component Change

      Previous version: need to add two script components "VideoPlayBehaviour" and "VoidVideoPlayer".

      Migrate_2

      Current version: Only "VideoPlayBehaviour" is required, and the video player is set at runtime.

      Migrate_3

    3. Image target recognition adds left and right mirroring options

      Migrate_4

    4. Cloud recognition adds support for private clouds

      Migrate_5

    5. ImageTarget Extension Tracking功能 (Image target recognition and SLAM combination)

      MarkerType changed from "Extension Tracking" to "ImageExtension", and increase the "Marker width" property.

      and increase the "Marker width" property.

      Note

      Marker width is used to set the real width of the marker (m).

      Migrate_6

    6. Markerless increases the size of the virtual scene (zoom) settings

      Note

      The value of SceneScale increases and the model in ARCamera becomes smaller.

      Migrate_7

    Part 2. Windows Platform Upgrade Steps

    1. Backup the unity project first.

    2. Create a new empty scene in the current project. After saving, close Unity and re-open it to ensure that the empty scene is open.

      Note

      If the Untiy editor has already run the VOIDAR SDK module, the upgrade will fail.

    3. Import" VOIDAR_Unity_v1.0_Beta3.unitypackage".

      If you need to import the Demo module, select the default option to import.

      If you do not need to import the Demo module, you can uncheck the "VoidARDemo" folder.

    4. If the Demo module is imported, a script error will be prompted after the import is completed (if you have not imported the Demo module, skip this step).

      Assets/VoidARDemo/Scripts/VideoPlayback.cs(1 7,46): error CS1061
      

      You can delete videoplayback.cs directly. The script has been deprecated in the new Demo.

    5. By here, the VOIDAR_Unity_v1.0_Beta3 upgrade is done.

    Back to top Generated by DocFX