SkillAgentSearch skills...

CodeEditor

No description available

Install / Use

/learn @Unity-Technologies/CodeEditor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated2y ago
Forks23

Languages

C#

Security Score

55/100

Audited on Jan 4, 2024

No findings