An open API service indexing awesome lists of open source software.

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

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.

![Screenshot](screenshot.png)

# 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