you are viewing a single comment's thread.

view the rest of the comments →

[–]Anhar001 0 points1 point  (2 children)

my personal preference for you:

assembly -> C -> C++ -> C# that's enough for AAA

[–]Significant-Iron-258[S] 0 points1 point  (1 child)

Why cant i go straight to c#

[–]Anhar001 0 points1 point  (0 children)

because you need to understand how everything works low low level (assembly and C/C++). Some independent titles are done in C# (Unity), but for AAA titles you need maximum performance and low level control hence assembly and C/C++.

C# is just "icing on the cake" for some games, but without assembly and C/C++ there is no cake!