- Home /
Nvidia Ansel integration Issue :: DllNotFoundException
I'm interested in testing out Nvidia's ANSEL plugin, as shared here on the asset store: https://www.assetstore.unity3d.com/en/#!/content/74758
I am running Unity 5.5 on a modern (64 bit) Windows desktop with a GTX 1070 graphics card.
Unfortunately, adding the Ansel script to my main camera results in the following error: "DllNotFoundException: AnselPlugin64".
I have verified that the AnselPlugin64.dll file is present in my project's Assets/Plugins folder, and that it is set to plugin enabled for all platforms in the inspector. Any ideas what could be going wrong here?
Answer by jfmherokiller · Jun 12, 2017 at 08:05 AM
it may be that your project is built in 32bit mode
Thx for the thought. This began working out of the box for me after upgrading Unity to 5.6, but I believe that a new Ansel integration update was released as well. $$anonymous$$arking as accepted, since this is no longer an issue.