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!
13/09/2015 at 17:06 #3458

Participant
Now after installing Windows 8.1 again, all my old projects with EyeX and new ones don’t seem to work anymore. Please any answer or solution would be appreciated! I get these errors…. even with the sdk standard download, which should be working on Unity 5 right?
Multiple plugins with the same name 'tobii.eyex.client' (found at 'Assets/Standard Assets/EyeXFramework/lib/x64/Tobii.EyeX.Client.dll' and 'Assets/Standard Assets/EyeXFramework/lib/x86/Tobii.EyeX.Client.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
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.)
UnityEngine.Debug:LogError(Object)
EyeXHost:InitializeEyeX() (at Assets/Standard Assets/EyeXFramework/EyeXHost.cs:399)
EyeXHost:Start() (at Assets/Standard Assets/EyeXFramework/EyeXHost.cs:188)
MenuItemCalibrate:Start() (at Assets/MenuItemCalibrate.cs:32)