Skip to content

lingobus/cocos-creator-devtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 from Chrome Webstore.

Screenshot

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