- Home /
(Programming languages) Can Javascript/Unityscript be executed as standalone ?
Hello,
I am new to programing and only just starting to get to grips with JavaScript. I do understand that C# is much more robust and powerful but if I can get away with using script to produce a standalone application for PC I will give it a go.
Answer by andytouch · Jul 18, 2013 at 12:24 PM
Hi Brian,
Yes; A standalone application where everything is coded using Javascript/UnityScript will work!
The Unity Script Reference has everything you'll need to learn JS/C#, in Unity, and it has examples/comparisons between the languages.
Another great place to start to learn is the Unity Learn section; this has a Beginner Scripting section which will be really helpful to someone that is starting out in programming!
Hey Andy,
Thank you for your answer. I thought it could work in standalone from my Google research but wasn't too sure. :P
I plan to learn C# at some stage and more than likely will with the game I am planning. I am not really a coder I wish to specialize in the artistic area of games but need to know code if I want to make games.
Thank you for your help though and links.