Trying to import new ARCore SDk but getting an error:
GoogleARCoreInternal.ApiConstants' does not contain a definition forAugmentedImageCliBinaryName'
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
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.
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