Arcore-unity-sdk: `GoogleARCoreInternal.ApiConstants' does not contain a definition for `AugmentedImageCliBinaryName'

Created on 15 May 2018  路  4Comments  路  Source: google-ar/arcore-unity-sdk

Trying to import new ARCore SDk but getting an error:

GoogleARCoreInternal.ApiConstants' does not contain a definition forAugmentedImageCliBinaryName'

feature request fixed in upcoming release

Most helpful comment

Please give a solution for this , I am running unity on Linux . I hate Windows and don't want to use unity on Windows

All 4 comments

Hi, which platform are you using? Currently we are not supporting the Linux experimental Unity build.

Please give a solution for this , I am running unity on Linux . I hate Windows and don't want to use unity on Windows

Put this lines at end of
./GoogleARCore/SDK/Scripts/Api/ApiConstants.cs

elif UNITY_EDITOR_LINUX

    public const string AugmentedImageCliBinaryName = "augmented_image_cli_win";

Compile Successfull without problems.
If editor crash on editor play try to use fresh project.

Hi, ARCore SDK for Unity 1.5.0 has been released and this issue should be fixed. Please feel free to comment if you still experience it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iBicha picture iBicha  路  4Comments

pshah123 picture pshah123  路  6Comments

SetoKaiba picture SetoKaiba  路  6Comments

tavilad picture tavilad  路  6Comments

ArigarasuthanRepo picture ArigarasuthanRepo  路  5Comments