I'm trying to use the Spire.XLS.dll in the Unity Game Engine and it works in part as long as it is in editor mode.
I added Spire.PDF.dll to the project because Spire.XLS.dll has a dependancy to it.
When I build I get an Error :
Assembly 'Assets/Scripts/DLL/Spire.Pdf.dll' will not be loaded due to errors:
Unable to resolve reference 'PresentationCore'. Is the assembly missing or incompatible with the current platform?
Is there any way i can get both dlls working? How can I overcome this error?
Thank you.