11/05/16 01:48:53.58 U6JT0k/3
>>187
Unity 3D Game Development by Example のP81に下記の記述がある。
-------------------------
Stay sharp
JavaScript may be the best learning language for Unity beginners, but if you
end up getting serious about developing games with this software, consider
learning C#. It's much closer to a "real" programming environment, and it gives
you certain organizational advantages that you won't get with JavaScript.
---------------------------
この本の著者はC#をすすめているっぽい。(本のコードはjavascriptだけど)