Cocos Creator 网页调试工具,运行时查看、修改节点树,实时更新节点属性,可视化显示缓存资源。 https://forum.cocos.org/t/topic/91496
Go to file
2018-12-27 11:12:50 +08:00
css init 2018-12-26 20:21:22 +08:00
js init 2018-12-26 20:21:22 +08:00
screenshots add readme 2018-12-27 10:00:44 +08:00
index.html add readme 2018-12-27 10:00:44 +08:00
LICENSE Initial commit 2018-12-26 10:26:51 +08:00
README.md update readme 2018-12-27 11:12:50 +08:00

ccc-devtools v1.0

Cocos Creator 网页调试器,运行时查看、修改节点树,实时更新节点属性。

功能

  • 拖拽布局
  • 节点搜索
  • 实时刷新节点信息
  • 自定义布局等配置
  • 组件信息

预览

preview

使用

  1. 点击 Creator 右上角进入编辑器 resources 目录,再依次进入static/preview-templates目录

    t1

  2. 将本项目clone到上面的目录下

    t2

  3. 打开index.jade,找到body里最后一个div,在下面添加include ./ccc-devtools/index.html注意用tab键与上面的div对齐

    t3

已知问题

  • 当有大量节点动态加载时,可能需要手动点击一下右上角的刷新按钮来重载节点树。
  • 当升级 Cococs Creator 时会清空resources目录需要重新下载配置如自定义了一些配置请做好备份。

需求、更新

https://github.com/potato47/ccc-devtools