Hi again wonderful people!
I’m getting the following output in my output_log.txt for a windows build of my game:
(Filename: \unitybuild\unity\Runtime\Export\Generated\BaseClass.cpp Line: 1555)
GLib: Cannot convert message: Conversion from character set ‘UTF-8’ to ‘CP1252’ is not supported
Unhandled Exception: System.DllNotFoundException: GAPlugin.dll
at (wrapper managed-to-native) takeShot.GACalculateResultData (string,takeShot/GF_SHOTDATA,takeShot/GARESULTDATA,bool,bool) <0x00044>
at takeShot.golfCallBack (string,int,takeShot/GF_SHOTDATA,string,intptr) <0x000dd>
at (wrapper native-to-managed) takeShot.golfCallBack (intptr,int,takeShot/GF_SHOTDATA,intptr,intptr) <0x0017c>
I’ve tried putting the dll in every folder of the project with no luck. Any ideas why my unity executable can’t find my dll?
Thanks as always!