Home › Forums › Software Development › Unity 5 – build problems › Reply To: Unity 5 – build problems
14/05/2021 at 00:07 #20381
Participant
Hi! Sorry for reopening this thread but I have the same issue as detailed above! I am working in Windows 10 with Unity 2019.4.10f1.
Inside Assets\Tobii\Plugins
, I have four files:
1. SimpleJSON
(C# script)
2. tobii_gameintegration_x64
(dll)
3. tobii_gameintegration_x86
(dll)
4. TobiiGameIntegrationAPI
(C# script)
I tried downloading Tobii.EyeX.Client.Net20.dll
and moved it into the Plugins folder, and changed the settings, but the build still didn’t work.
In the resulting game build, in the Data
folder, I have Plugins\x86\
, and the only thing in the folder is tobii_gameintegration_x86.dll
.
Any thoughts on how to figure this problem out?