What type of programming language is used to design game graphics apart from unity??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What type of programming language is used to design game graphics apart from unity???

8th Jun 2019, 11:27 AM
Kome Obrike
4 Answers
+ 1
ΛM!N you're right, i did some researches and it seems like at the present time unity only supports c# and UnityScript (the unity JavaScript). I think i somehow got confused as Java is way too similar to c#, which made me think that unity does support both, also thanks for pointing that out you've made me do some researches that made me understand unity even more.
8th Jun 2019, 1:51 PM
Mo Hani
Mo Hani - avatar
0
unity isn't a programming language, it is an engine than uses C# and Java as programming languages, if you meant by your question another engine besides unity, there is unreal engine 4 which uses C++ as a programming language
8th Jun 2019, 12:02 PM
Mo Hani
Mo Hani - avatar
0
Mo Hani Are you sure about java? Unity supported c# and javascript and pythom. It doesn't support python anymore and it's going to stop supporting Javascript, too.
8th Jun 2019, 1:03 PM
ΛM!N
ΛM!N - avatar
0
There are other game engines like Unreal (C++) or the proprietary Frostbite, or you can create your own in C/C++ using OpenGL/Vulkan/DirectX (or any language that provides wrappers for these libraries).
8th Jun 2019, 5:07 PM
Vlad Serbu
Vlad Serbu - avatar