AR Voyage clean import errors

Issue category: Developer Tools
Android
Windows
ARDK 1.2.0
Unity 2020.3.2f1

Bug reproduction steps:

Download the AR voyage project
Unpack in WinRar
Open with unity 2020.3.2f1

I am missing some prefabs, example:
ARNetworkingSceneManager (Missing Prefab)

Also there is no ARDK folder

Errors in console:

Assets\ARDKExamples\ContextAwareness\Navigation\Gameboard\Surface.cs(6,15): error CS0234: The type or namespace name ‘ARDK’ does not exist in the namespace ‘Niantic’ (are you missing an assembly reference?)

Assets\ARDKExamples\ContextAwareness\Navigation\GameboardExampleManager.cs(6,15): error CS0234: The type or namespace name ‘ARDK’ does not exist in the namespace ‘Niantic’ (are you missing an assembly reference?)

Assets\ARDKExamples\ContextAwareness\Navigation\GameboardExampleManager.cs(21,17): error CS0246: The type or namespace name ‘ARMeshManager’ could not be found (are you missing a using directive or an assembly reference?)

Hi Ward,

From the errors we are seeing it looks like you have not imported the ARDK examples package that goes with your ARDK 1.2.0. Please make sure you download both the newest version of ARDK and the latest version of ARDK examples, then follow the first tutorial on Getting started with ARDK. This should help alleviate most of the errors you are seeing now. Please let us know how this works for you.

This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.

Thanks for the bug report @Ward_Peeters! We’re investiagting the issue.