Skip to content

⚙️Chrome extension for debugging Cocos Creator games.

Notifications You must be signed in to change notification settings

tongdehui/cocos-creator-devtool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Cocos Creator Chrome Inspector

Manual Installation

  1. Clone this repo
  2. npm install
  3. npm run build
  4. Open Chrome extension page
  5. Check "developer mode"
  6. Click "load unpacked extension", and choose dist folder.

Features

  1. Show Nodes Tree.

1

  1. Show changed node properties instantly.

  2. Choose and print selected node.

  3. Show game params.

  4. Show node position on screen.

2

Thanks

This repo clone from lingobus/cocos-creator-devtool. I removed jage template and use vue single file components. Fixed some bugs and add inspect node to screen, etc. Thanks lingobus.

TODO

  1. Update node locations in real time.

  2. Add curve graph game params such as drawcall.

About

⚙️Chrome extension for debugging Cocos Creator games.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.9%
  • Vue 44.5%
  • HTML 1.2%
  • CSS 0.4%