Programming Language In Unity

Hi,

I have just downloaded Unity Engine.

Does this engine supports C++ language?
What other languages does it use or support?
I’ve worked with other engine previously to make games as a hobby during my free time.
I heard games like Rust and 7DaysToDie uses Unity engine,do I’m curious and interested too.
Thanks

Unity Engine uses three languages. C#, Javascript (commonly known as Unityscript) and Boo.

To find what games have been made with the Unity engine, you can find the list here: http://unity3d.com/gallery/made-with-unity/game-list

C#, Boo javascript (with some unity specific sugar)

I came into Unity with a background in mostly C++ and Java - and I’ve been entirely fine. If you are coming in with C++, you should be too.

Unity supports C++ plugins. (Pro version required).

But otherwise I’d highly recommend C#, as most pro Unity studios use it.

Thank you all for your informative and helpful replies!
Greatly appreciated!