+ 3
What's better for game? C++/C#?
I know some game engine run on different languages but which one to learn?
5 odpowiedzi
+ 2
Dealers choice. I prefer C# and unity. it seems like it is faster for me to work with. Unreal seems to have more potential, but it is more than I need. Working by myself, it takes me less time to accomplish the same task in Unity with C#
+ 2
I prefer C++ with Unreal Engine because the extra capability would allow you to expand on your project more easily in case you decide to make it much bigger. It’s really up to you though.
+ 1
I would like to build some big ones..(not at once though)😁😁. Thanks for sharing your opinions.
+ 1
C++ for 3D/C# for 2D
0
Depends. If you want to use an engine (and you should) pick it first and learn whatever language you need to work with that engine (C# for Unity, C++ for Unreal etc.). If you don't want to use an engine and you want to work directly with Vulkan/OpenGL/DirectX you should learn C++.