After Unity - .................?

Now we are using as usual one for game developing , in it the language used is(javascript and c#) is entirely different from its originality.........if(by chance) any other game engine beaten unity what will be the use of this unity script......is this experience we have in this language will be handy or not........is it useful in any other field?

1 Answer

1
  1. Any experience in any language will always be handy.
  2. Unity uses the exact same syntax as js and c# and you can even access all .net features (or rather mono) from it, which makes it extremely powerful.
  3. Scripting in any other engine will be very similar. The only difference might be syntax and the names and amount of functions exposed to scripting. If you can script AI in Unity you can do it in Unreal, CryEngine and what else you can think of after adjusting to the syntax.
  4. As you get deeper into scripting you will probably aquire a lot of knowledge about .net, which might come in handy if you want to apply as a web or application developer. Or do a game in XNA for Xbox live.

Thank u 4 ur advice and ans.