How to print hard-copy of a document in unity? [closed]
I am working on a slot game(triple chance). In this game, player bet on some number. So how much he played and how much he wins are in integer values that are need to be printed out in hard-copy inside the game in unity.
I have tried printing in C#
but the System.Drawing
library could not be used in Unity. I have tried to use java
for printing in Unity but Unity has no way of calling java
code on Windows.
java c# unityscript
closed as unclear what you're asking by DaveyDaveDave, Mickael Maison, rickvdbosch, EdChum, Tomasz Mularczyk Jan 2 at 13:43
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am working on a slot game(triple chance). In this game, player bet on some number. So how much he played and how much he wins are in integer values that are need to be printed out in hard-copy inside the game in unity.
I have tried printing in C#
but the System.Drawing
library could not be used in Unity. I have tried to use java
for printing in Unity but Unity has no way of calling java
code on Windows.
java c# unityscript
closed as unclear what you're asking by DaveyDaveDave, Mickael Maison, rickvdbosch, EdChum, Tomasz Mularczyk Jan 2 at 13:43
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Is it feasible to use a text component and set the text to the contents of the document? Or are you looking something more sophisticated?
– Rob McCabe
Jan 2 at 11:55
It is for Triple Chance game(kind of a slot game). So how much the player played and how much he wins, those details are in integer format in the game, and I need to print them out in hard-copy in unity and print out must be done inside the game.
– Aathi
Jan 3 at 4:59
@RobMcCabe Yeah but my problem is how to print out that text document as hard copy
– Aathi
Jan 3 at 5:54
add a comment |
I am working on a slot game(triple chance). In this game, player bet on some number. So how much he played and how much he wins are in integer values that are need to be printed out in hard-copy inside the game in unity.
I have tried printing in C#
but the System.Drawing
library could not be used in Unity. I have tried to use java
for printing in Unity but Unity has no way of calling java
code on Windows.
java c# unityscript
I am working on a slot game(triple chance). In this game, player bet on some number. So how much he played and how much he wins are in integer values that are need to be printed out in hard-copy inside the game in unity.
I have tried printing in C#
but the System.Drawing
library could not be used in Unity. I have tried to use java
for printing in Unity but Unity has no way of calling java
code on Windows.
java c# unityscript
java c# unityscript
edited Jan 3 at 5:26
Aathi
asked Jan 2 at 10:38
AathiAathi
92
92
closed as unclear what you're asking by DaveyDaveDave, Mickael Maison, rickvdbosch, EdChum, Tomasz Mularczyk Jan 2 at 13:43
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by DaveyDaveDave, Mickael Maison, rickvdbosch, EdChum, Tomasz Mularczyk Jan 2 at 13:43
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Is it feasible to use a text component and set the text to the contents of the document? Or are you looking something more sophisticated?
– Rob McCabe
Jan 2 at 11:55
It is for Triple Chance game(kind of a slot game). So how much the player played and how much he wins, those details are in integer format in the game, and I need to print them out in hard-copy in unity and print out must be done inside the game.
– Aathi
Jan 3 at 4:59
@RobMcCabe Yeah but my problem is how to print out that text document as hard copy
– Aathi
Jan 3 at 5:54
add a comment |
Is it feasible to use a text component and set the text to the contents of the document? Or are you looking something more sophisticated?
– Rob McCabe
Jan 2 at 11:55
It is for Triple Chance game(kind of a slot game). So how much the player played and how much he wins, those details are in integer format in the game, and I need to print them out in hard-copy in unity and print out must be done inside the game.
– Aathi
Jan 3 at 4:59
@RobMcCabe Yeah but my problem is how to print out that text document as hard copy
– Aathi
Jan 3 at 5:54
Is it feasible to use a text component and set the text to the contents of the document? Or are you looking something more sophisticated?
– Rob McCabe
Jan 2 at 11:55
Is it feasible to use a text component and set the text to the contents of the document? Or are you looking something more sophisticated?
– Rob McCabe
Jan 2 at 11:55
It is for Triple Chance game(kind of a slot game). So how much the player played and how much he wins, those details are in integer format in the game, and I need to print them out in hard-copy in unity and print out must be done inside the game.
– Aathi
Jan 3 at 4:59
It is for Triple Chance game(kind of a slot game). So how much the player played and how much he wins, those details are in integer format in the game, and I need to print them out in hard-copy in unity and print out must be done inside the game.
– Aathi
Jan 3 at 4:59
@RobMcCabe Yeah but my problem is how to print out that text document as hard copy
– Aathi
Jan 3 at 5:54
@RobMcCabe Yeah but my problem is how to print out that text document as hard copy
– Aathi
Jan 3 at 5:54
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is it feasible to use a text component and set the text to the contents of the document? Or are you looking something more sophisticated?
– Rob McCabe
Jan 2 at 11:55
It is for Triple Chance game(kind of a slot game). So how much the player played and how much he wins, those details are in integer format in the game, and I need to print them out in hard-copy in unity and print out must be done inside the game.
– Aathi
Jan 3 at 4:59
@RobMcCabe Yeah but my problem is how to print out that text document as hard copy
– Aathi
Jan 3 at 5:54