Перейти к файлу
Mads Nyholm 24986270c1 fix line endings 2013-05-10 12:54:30 +02:00
UnityProject remove unwanted meta file 2013-04-23 11:19:28 +02:00
gradle/wrapper upgrade to gradle 1.4 2013-02-19 08:58:18 -03:00
src fix line endings 2013-05-10 12:54:30 +02:00
.gitignore ignore .csproj and .sln files 2013-03-01 10:23:36 -03:00
CodeEditor.sln.DotSettings code gardening 2013-03-22 14:33:36 -03:00
LICENSE mit license 2012-10-09 17:56:44 -03:00
README.md google groups link 2013-03-26 15:52:04 -03:00
build.gradle Use the same unityExecutable property as kaizen. 2013-05-02 14:04:06 +02:00
gradlew initial import 2012-10-05 12:19:36 -03:00
gradlew.bat initial import 2012-10-05 12:19:36 -03:00
settings.gradle automatically include all directories under src/ as projects 2012-10-15 19:03:19 -03:00
todo.org don't rename files to build.gradle, it's actually easier to search them when they are named after the project 2013-04-09 16:34:38 -03:00

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