Some question of java and other. Plz!

Hello everyone!

Some questions:
question 1
I read the documentation; there a way to implement the Unity3D using pure Java? How to proceed?

question 2
The Unity3D provides various platforms such as wii, ps3 etc…
Developing for these platforms requires a license? If so, direct me to some reference?

Thanks for your attention. : )

  1. you mean unity javascript? sure, my entire game is unity js.

  2. license by contacting support. See Unity Customer Service: Technical Support & Training | Unity

Nope. No java like what hippocoder said. It’s javascript (Unityscript).

And special license requires special permission from Nintendo/Sony if i didn’t remember wrongly and it is very expensive.

Thanks for the replies.
So if I want to program in java (not javascript), I would have to create all program the external.
Thus … (probably no need to use Unity).
But I would lose the web portability.

Any alternatives? (Using java and Unity3D) js not.

My point is that I’m studing java, and not like to change the focus of study for js now.

Perhaps, some engine? ; )

thanks

Perhaps you can take a look at C#, it’s more object oriented. Or if you are still interested in java, might be good to take a look at this game engine for java. http://jmonkeyengine.com/

C# is similar to Java.

–Eric

Thank you all.
I think about it. ; )