Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.11 KB

index.md

File metadata and controls

64 lines (46 loc) · 2.11 KB

Editor Extension

Cocos Creator provides several methods to help users customize and extend the editor. The user extensions will be loaded by packages. You can install your own package or third party package by putting it to the right place. You may need to manually reload the editor window or restart the editor to make the installed packages work.

Cocos Creator inherits the usage of package.json that is used in Node.js to manifest the contents and registry in your package.

Basic

Manage Scenes and Assets

Extends UI

Extends Inspector

Extends Gizmos

Others

API

Reference