+ 1
Is c# good for making games?
unity uses c#, but is it good for other game development
2 Respuestas
+ 2
If you want to use Frameworks for you games, C# is great! (think about Unity...)
Otherwise, if you want to build a complex game with much background-calculations you should go for C++ because it's faster than C#.
0
if you want to use unity then c# is a viable option other than that it depends on the engine/framework you are using
but the logic is kinda the same for everything and only the syntax is different