Skip to content

Unity-Technologies/unityscript

 
 

Repository files navigation

UnityScript
========

A JavaScript implementation based on the Boo programming language.

Building the MonoDevelop addin
=======================

Create a build.properties file and configure the md.bin.dir property to
point to the directory containing the MonoDevelop binaries. For instance:

	<?xml version="1.0"?>
	<project>
		<property name="md.bin.dir" value="/Applications/MonoDevelop.app/Contents/MacOS/lib/monodevelop/bin" /> 
	</project>

And then:

	nant md

This will build and copy the required assemblies to ~/.config/MonoDevelop/addins/UnityScript.

About

A JavaScript implementation based on the Boo programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Boo 74.3%
  • JavaScript 17.3%
  • GAP 7.0%
  • C# 1.2%
  • Shell 0.2%