https://github.com/lingobus/cocos-creator-devtool
⚙️A Chrome extension for debugging Cocos Creator games
https://github.com/lingobus/cocos-creator-devtool
chrome-extension cocos-ceator devtool
Last synced: 8 months ago
JSON representation
⚙️A Chrome extension for debugging Cocos Creator games
- Host: GitHub
- URL: https://github.com/lingobus/cocos-creator-devtool
- Owner: lingobus
- License: mit
- Created: 2018-08-01T11:01:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T06:11:19.000Z (about 4 years ago)
- Last Synced: 2025-04-14T11:47:50.470Z (10 months ago)
- Topics: chrome-extension, cocos-ceator, devtool
- Language: JavaScript
- Homepage:
- Size: 495 KB
- Stars: 38
- Watchers: 1
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cocos Creator Devtool
Cocos Creator Devtool is an extension for Google Chrome Devtools.
It allows you to inspect the Cocos Creator game scenes in a web page.
You can install [Cocos Creator Devtool](https://chrome.google.com/webstore/detail/cocos-creator-devtool/cnmkiolbnmjlhdkabcgobbgdomhhdnho)
from Chrome Webstore.

# Changelog
## 1.0.6
- Automatically update node properties
- Automatically update node tree when node added/removed
- Move components after propert section
- Display component property detail (readonly)
## 1.0.5
- Try to load nodes tree 60 times after game showed
- Add Reload Extension button to force reload
## 1.0.4
- Fix eulerAngles display/update bug
- Add `Compile` Button to trigger '/update-db' with window.fetch
## 1.0.3
- Toggle FPS node
- Set global variable `$c/$n` when inspecting component and node
- Automatically expend node tree
## 1.0.2
- Buttons for inspecting components on node
- Change node properties with "+/-" button
- Automatically reload tree on page refreshing and scene loading
- Now you can play with selected node in Console with `$n0`,`$n1` just like `$0` and `$1` in Chrome devtool for normal web page
## 1.0.1
- Node tree
- Inspect node basic properties