Is there a way to load a script (written in UnityScript) from a web server and apply it to a GameObject at runtime?
You can use eval to run strings as code.
Is there a way to load a script (written in UnityScript) from a web server and apply it to a GameObject at runtime?
You can use eval to run strings as code.