- Home /
Too subjective and argumentative
Information about Unity
I want to use Unity for 2D game development for android and ios, But before that, I have few questions. Note: I'm completely new is this.
Here it is,
As I said, 2D game development for android and ios What I know is that those platform are using different languages (java for android and obj-c/c++ for ios) but Unity support c#,javascript etc. So how my game can run using c# or javascript in multi-platform?
2.Which language do you prefer to use, in between c# and javascript?
note: I know basic of the java.
3.Is there any good book available about 2d game development?
found that Unity is now supporting Box2d, is there any book for that?
I really appreciate any help you can provide.
Hi on UA we prefer 1 question in a topic - this kind of question you are asking is better suited to the forums so I would ask you to post there - this is because at least several parts of it have non-specific discussion style answers.
To answer the first part of the question - for which there is a specific answer!
Unity uses the $$anonymous$$ono framework which runs on both Android and iOS. This doesn't use Java or Objective C under the covers - it uses an implementation of .NET. Javascript is not Java (they share a name and little else) - the implementation of Javascript in Unity is not the same as Javascript in a web browser and is more like Flash ActionScript.