Howdy -
It's been a while Since I tried to get the Houdini engine into Unity. First time on this current machine.
After I load my Houdini engine package into Unity, I check the installation and I get this:
DllNotFoundException: libHARC32
HoudiniHost.getEnvInt (HAPI_EnvIntType int_type) (at Assets/Houdini/Scripts/HoudiniHostWrappers.cs:56)
HoudiniHost.initialize () (at Assets/Houdini/Scripts/HoudiniHostLinker.cs:91)
HoudiniHost.initializeHost () (at Assets/Houdini/Scripts/HoudiniHost.cs:278)
HoudiniHost.isInstallationOk () (at Assets/Houdini/Scripts/HoudiniHostLinker.cs:43)
HoudiniHost.displayHoudiniEngineInstallInfo () (at Assets/Houdini/Scripts/HoudiniHostLinker.cs:171)
HoudiniMenu.about () (at Assets/Houdini/Editor/HoudiniMenu.cs:115)
A few years back I had a similar problem with the old HAPI library. I updated my PATH such that the Houdini installation was the first item. However, this did not resolve the problem.
I am working with Unity 5.0.0b9(64 Bit)
Houdini houdini-15.0.244.16-win64-vc11
Running windows 10 on a 64 bit machine.
Any Suggestions?