Differences between C# and Javascript for Unity [closed]
- by vrinek
Apart from the language differences (class-based vs prototypical, strong vs weak typing), what are the differences between using Javascript and using C# when developing games in Unity3D?
Is there a noticable performance difference?
Is the javascript code packaged as-is? And if yes, does this help the game's modability?
Is it possible to use…