All Projects → Unity-Technologies → CodeEditor

Unity-Technologies / CodeEditor

Licence: other
No description, website, or topics provided.

Programming Languages

C#
18002 projects
groovy
2714 projects
shell
77523 projects
Boo
14 projects

CodeEditor

An embedded text editor for Unity.

Hacking

Join the conversation.

git clone it
cd CodeEditor
./gradlew assemble vs test
./gradlew open

You might need to set the unityDir property for the build to work (see how to set properties below).

Updating a local Unity project with the latest CodeEditor libraries

./gradlew updateUnityProject

The location of the unity project can be set through the unityProjectDir gradle property which by default is assumed to be in ../UnityProject

The property can be set through the -P command line argument:

./gradlew -PunityProjectDir=/path/to/my/unity/project updateUnityProject

or more permanently through a gradle.properties file.

For more information on setting gradle project properties check the gradle tutorial.

Contributors

See: https://github.com/Unity-Technologies/CodeEditor/graphs/contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].