megarg
1
Hi everyone,
I have recently learned about AugmentedImageDatabase in ARCore & Unity. The problem is, whenever I try to view the table that is supposed to appear when I look at the inspector, it gives the following error:
The Error
Win32Exception: ApplicationName='C:/Users/<username>/<project name>/Assets/GoogleARCore/CLI/augmented_image_cli_win.exe', CommandLine='version', CurrentDirectory='', Native error= The system cannot find the file specified.
I have checked the directory, and the file exists - it looks like the script just can’t find it. Please help!
Screenshots
The error
The table doesn’t show up!

Specs
I am using Unity 2019.1.5f1 & ARCore 1.13 (the latest version as of today) on a Windows 10 computer.
My Solution (Edit)
The problem was that since I had spaces in my project name, windows thought that I had passed an extra argument! After removing the spaces in my project name, it worked instantly.
megarg
2
The problem was that since I had spaces in my project name, windows thought that I had passed an extra argument! After removing the spaces in my project name, it worked instantly.