- Home /
This question was
closed Mar 01, 2014 at 10:58 PM by
Benproductions1 for the following reason:
Duplicate Question
How can I execute JS/Lua/Python-Code during runtime?
Hey,
I want the player to write some code while playing the game (typing it into a text-area) and then execute it. Is it possible?
Regards, Henrik
Comment
That depends on the language, the target plattform and what unity license you are using. Usually, you will need to import a 3rd party dll to parse and execute the script code. http://docs.unity3d.com/Documentation/$$anonymous$$anual/Plugins.html