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?)