what should I choose for scripting? C# , Javascript or Boo?

I’m a newbie and I like to learn this things first before I begin my studies about scripting and Game developing. so please help me

Either C# or UnityScript.
C# has a huge userbase outside of unity so getting support and tutorials is easier. C# can be used outside unity too so that’s a plus. Unityscript is supposedly easier but I don’t really think so, a few words here and there are switched but that’s about it. Many scripts made for unity, especially plugins and frameworks, are in C# and it’s nicer to have entire project in one language.

You can always preview some tutorial examples and videos and see what appeals to you.

The Walker Boys Javascript Tutorial

Prof. T. Anderson’s Unity C# Lessons

Boo Tutorials

IMO, stay far away from unity script. The other 2 are real programming languages with uses outside of unity. However, C# is by far the most widely used/supported of the 3 languages (this includes non-unity stuff) so, between getting help here, from various books, other message boards, and MSDN, jump into C# and never look back.

This has already been discussed a lot and usually ends with pointless language wars, so I’m closing it. You can find plenty of opinions in one of the many other topics about this subject.

–Eric