Home Forums Software Development Can't get SDK Unity to work, after installing Windows 10! Please help! Reply To: Can't get SDK Unity to work, after installing Windows 10! Please help!

#3459
Peter Olthof
Participant

It seams as though I’m talking to myself here and the forums are rather dead, which is a shame. So now I’m so frustrated…

I managed to get it to work on Unity 4.6, though Unity 5 64bit doesn’t work.
The EyeXClientLibraryDeployer script does what it should do, and takes the 64bit dll of tobii.eyex,client.dll to the project root folder, but still the message of DLLNotFoundException is shown.

catch (DllNotFoundException)
{
#if UNITY_EDITOR
Debug.LogError(“EyeX initialization failed because the client access library ‘Tobii.EyeX.Client.dll’ could not be loaded. ” +
“Please make sure that it is present in the Unity project directory. ” +
“You can find it in the SDK package, in the lib/x86 directory. (Currently only Windows is supported.)”);

It would be nice to get an answer any time soon, this whole problem with 64bit detection makes me unable to work 🙁