- Issue category : Development on Windows and Remote Mode
- Host machine & OS version : Windows 10
- Issue Environment :Unity Mock and Remote
- ARDK version : 1.1.0
- Unity version : 2019.4.29f and 2019.4.33f
Hello guys, I am having this issue by tryig to follow the semantic segmentation tutorial with a Window PC, I get this error in the console:
System.DllNotFoundException: ardk_client_platform
at (wrapper managed-to-native) Niantic.ARDK.Configuration._NativeArdkConfig._NAR_ARDKGlobalConfigHelper_SetContextAwarenessUrl(string)
And
Exception: An exception occurred in a method subscribed to an ARDK event, check the device logs for more information
Niantic.ARDK.Utilities._CallbackQueue._ConsumeQueue () (at Assets/ARDK/Utilities/_CallbackQueue.cs:87)
Niantic.ARDK.Utilities._CallbackQueue.Update () (at Assets/ARDK/Utilities/_CallbackQueue.cs:111)
the app run on the remote app but does not work the funtionalities, just open the scene, same happen when I click the play mode on Unity.
Do you have any idea?