0
Can I use the C++ course on Unity?
I mainly selected the C++ course to make Unity games and wanted to know if it could be applied to game development apps like Unity or if I’m wasting time and should start learning on YouTube again?..
3 Antworten
+ 2
Unreal Engine uses C++.
Unity Engine uses C#
Godot Engine uses GdScript (similar to Python) and C#
The courses here will teach you the basics of the language. You'll need to learn other things to know how to use them within the game engines. The courses here are only an introduction to variables, loops, conditions, and objects.
+ 1
As far as I understand, then C# is the main language in making Unity games.
+ 1
It's not a waste of time since knowledge will transfer over, but as the others mentioned Unity uses a different language.
C++ is common in game development though.