0

I am trying to deploy Augmented Reality done using ARToolkit on another system where unity is not installed. It works fine in my system

When I deploy in another system. I get below error

ARWrapper.dll not found.

Although I have placed the dll files along with the exe files

Ashok Bugude
  • 91
  • 10

1 Answers1

0

Try installing the MS redistributable package from here: http://www.artoolkit.org/dist/arunity5/5.3/ARUnity5-5.3.2-tools-win.zip

The exe that you need is located in the redist directory inside the package.

Solved the issue for me. I admit the error message is very misleading.

Thor_Bux
  • 1,137
  • 12
  • 26