Hello,
If there are any users here with Unity experience, I need your help.
I have downloaded Aspose.PDF for use in a Unity 5 application. I am using the .NET 2.0 version that supports Mono, and I'm getting this error in the Unity console:
"Assets/Scripts/AppManager/Test.cs(3,7): error CS0246: The type or namespace name `Aspose' could not be found. Are you missing a using directive or an assembly reference?"
However, if I create an identical project in Unity 4.6, it works fine. Is this an issue of .NET architecture? I'm targetting 32-bit in both Unity versions, however, the Unity 5 IDE I'm using is 64-bit.
Has anyone here tried to use Aspose.PDF with Unity 5 and had luck with it?