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 from Chrome Webstore.
- Automatically update node properties
- Automatically update node tree when node added/removed
- Move components after propert section
- Display component property detail (readonly)
- Try to load nodes tree 60 times after game showed
- Add Reload Extension button to force reload
- Fix eulerAngles display/update bug
- Add
Compile
Button to trigger '/update-db' with window.fetch
- Toggle FPS node
- Set global variable
$c/$n
when inspecting component and node - Automatically expend node tree
- 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
- Node tree
- Inspect node basic properties