Cocos Creator
Editor Extension
Cocos Creator provides several methods to help users customize and extend the editor. The user extensions will be loaded by packages. Custom packages or third party packages can be installed by putting them into the right place. Extensions may need to be manually reloaded in the editor window or even 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
- Your First Extension
- Install and Share
- introduction to IPC
- Entry Point
- Extension Workflow
- Extends Main Menu
- Extends Panel
- Ipc Workflow
- Define Simple Panel
- i18n
- Working Directory
- Submit To Store