I want to learn Unity in future and I have few noob questions:
Are there any feature advantages if I choose C# or it’s the same?
What about HTML5, if there will be some convertor in future will it works with C# or I will have to learn JavaScript?
Is there a way how to open a link in new window? Let’s say Unity Web Player will keep growing and one day it will be sponsored as often as Flash games - but noone likes how Unity games open links in the same window.
C# has some advantages, but Unityscript also has some advantages, and so does Boo. Generally speaking though they all do the same thing, at the same speed.
Unity doesn’t use Javascript. If there was an HTML5 exporter it’s unlikely the language would make any difference.
A Google search for “Application.OpenURL new window” seems like it gets good results.
Well, it’s officially called “Javascript”, which is confusing, because it’s not really Javascript. You’ll frequently see it referred to as Unityscript because of that. It’s actually a lot closer to ActionScript 3.