24986270c1 | ||
---|---|---|
UnityProject | ||
gradle/wrapper | ||
src | ||
.gitignore | ||
CodeEditor.sln.DotSettings | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
settings.gradle | ||
todo.org |
README.md
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