Y
Hacker News
new
|
ask
|
show
|
jobs
by
Insanity
2689 days ago
I thought unity was mostly written in either C# or an EcmaScript flavour?
1 comments
ritz_labringue
2689 days ago
Unity itself (the engine) is written in C++. Game scripts are written in either C# or UnityScript iirc.
link
pjmlp
2688 days ago
Although the engine is currently written in C++, they are in the process of rewriting parts of it in C#, with help of their HPC# subset and Burst compiler, having some ex-Insomniac Games developers like Mike Acton on the team.
link