|
Is it possible to print something in Unity (2.6) standalone app (Windows)? I'm using C# so I think if Mono does not allow it then it is not possible. As far as I know the System.Drawing.Printing class is not available. Any suggestions?
(comments are locked)
|

2.6? We're all the way up to 3.4 now, what are you doing in such an old client?
Well form many reasons we get stucked to that version. We are working in a big project that started almost two years ago and when we tried to change to the new Unity some incompatibility problems appear so we decided to spend our time on developping instead of fixing problems. Any suggestions to our problem? As far as I know, Unity 3.4 also does not have printing options, isn't it?
Debug.Log?
Jeje, thanks for your help Ludiares but I was talking about printing in paper or generating a pdf. So the thing is about using printers in Unity.
Poking around online, it looks like you need to install some additional libraries in Mono before you have access to the System.Drawing functionality. For instance: http://ubuntuforums.org/showthread.php?t=259029
Don't know enough about Unity's Mono integration to tell you how to link in that library for Unity though :). Hopefully someone else can fill in the gaps.