An embedded text editor for Unity.
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).
./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.
See: https://github.com/Unity-Technologies/CodeEditor/graphs/contributors