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
- 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