Include the following details (edit as applicable):
- Issue category: Unity Example Package/ ardk-getting-started-1.0.1
- Device type & OS version: iOS
- Host machine & OS version: Windows
- Issue Environment : Unity
- Xcode version: NA
- ARDK version: 1.0.1
- Unity version: 2018.4.36f1 Personal
Description of the issue:
Getting script errors at initial project open after importing ardk-1.0.1.unitypackage via Assets/Import Package/Custom Package option.
Primary error is in line 123 of Niantic.ARDK.Rendering.ARFrameRenderer
Assets\ARDK\Rendering\FrameRenderer\ARFrameRenderer.cs(123,24): error CS0246: The type or namespace name ‘GraphicsFence’ could not be found (are you missing a using directive or an assembly reference?)
Anyone tell me what namespace I need to add?