|
|
|
|
|
by golergka
3343 days ago
|
|
C# specifies the language, not the runtime. Apart from .NET and Mono, you can compile C# to cpp (what Unity does under the hood, btw). > Also, it would mean I didn't have to use OOP to write games. There are many instances where other programming paradigms are more usable - but in my experience, gameplay logic, specifically, maps very well onto classic OOP concepts. |
|