x


Printing in Unity

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?

more ▼

asked Oct 23 '11 at 10:41 PM

Aldofi gravatar image

Aldofi
78 5 7 10

2.6? We're all the way up to 3.4 now, what are you doing in such an old client?

Oct 23 '11 at 10:50 PM Keavon

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?

Oct 24 '11 at 03:23 PM Aldofi

Debug.Log?

Oct 24 '11 at 04:05 PM Ludiares

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.

Oct 24 '11 at 04:18 PM Aldofi

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.

Oct 24 '11 at 05:00 PM Julien.Lynge
(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x4135
x260
x168
x5
x4

asked: Oct 23 '11 at 10:41 PM

Seen: 1269 times

Last Updated: Feb 04 at 07:27 PM