Export from Cocos Creator

On the engine side, in order to make the developers' workload as easy as possible, the main tasks of Cocos Engine include the following:

  • The engine framework adapts to the WeChat Mini Game API, pure game logic level, developers do not need any additional modifications.

  • The Cocos Creator editor provides a fast packaging process, released directly as a WeChat Mini Game, and automatically evokes the WeChat DevTools.

  • Automatically load remote assets, cache assets, and cache asset version control.

Please refer to the official Cocos Engine documentation for the detailed workflow.

Last updated