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!
149223-screencapture-11-26-2019-31854-pm.gif

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.

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.