I have a basic .java program with output of "hello world" what i want to do is to write a java script to run that program and import that into unity so i can use it in my program in unity
Is there a way?
Thanx Ruan
|
I have a basic .java program with output of "hello world" what i want to do is to write a java script to run that program and import that into unity so i can use it in my program in unity Is there a way? Thanx Ruan |
|||||||||||
|
|
You can communicate with Unity from a Java application trough OSC(Open Sound Control) and send text, commands triggers or load an external file(xml or similar) into Unity. Unity and Open Sound Control http://www.sundh.com/blog/2012/07/unity-processing-demo/ |
|||||
|
|
On unity you have to use function OnGui() to show text. In the related documentation you have many example. For show message in a console just use in a javascript:
|
|||||||
|