|
|
|
|
|
by Shadonototra
1442 days ago
|
|
C# needs a fat runtime, has a slow JIT (say hi to micro stutters in your gameplay and increased input latency), has a slow GC and worst of all is owned by Microsoft with a proprietary debugger that you can only use on visual studio (licence they changed overnight because Jetbrains released a C# IDE) There are much better languages for game scripting (LUA for example) |
|