2

I wanna make games in unity which language should I use, javascript or c#? I'm currently learning android app development. And want to learn java script for the future aswell so I thought I might aswell learn javascript for unity so I wouldn't have to learn javascript later for Web development. Also is there a big difference between unity script and normal javascript? Or are they very similar?

Comments
  • 2
    C#! Unity is slowly pulling the plug on JavaScript and pretty much no one uses it so it will be easier to find help with any problems if you use C#
  • 0
    But if you want to learn JavaScript then maybe that's a better option. The difference is actually not that great if you use both languages in unity.
  • 2
    There is too many things different about the unity JavaScript, you'd be better off not learning it. Maybe learn javascript when you make a site for your game?
  • 0
    Thanks for your replies guys I'm going to learn c# then. What is the best monetization model on android app store I don't like ads at all. I thought maybe freemium. Please tell me about other models That don't involve ads.
  • 1
    C# -many game devs use it
    Most games built on C for a reason
  • 1
    C# has xamarin now so it's cross platform. Pretty sweet.
  • 1
    I don't know how critical code in unity is in terms of performance, since critical stuff will likely be handled by the engine, but I reckon C# will yield far better performance since it's much closer to hardware level.
Add Comment