SilverTree7622 / Phaser3_GUI_Inspector

this is custom dat.GUI only for phaser3 debug or etc
https://github.com/SilverTree7622/Phaser3_GUI_Inspector
MIT License
74 stars 1 forks source link

Can't invoke interaction with objects via inspector #9

Closed jrabek closed 3 years ago

jrabek commented 3 years ago

After adding PhaserGUIAction(this); to create, the GUI is scene overlaying the game.

However, Shift + F or Shift-left-click do not do anything. The inspector gui can be interacted with but the display list is empty.

This is on Chrome 91 on Mac Big Sur 11.4 using Phaser 3.55.2.

image

jrabek commented 3 years ago

There aren't any errors in the console so the inspector seems to load correctly.

jrabek commented 3 years ago

Hmmmm, so without changing anything (I think) it seems to work now. Closing for now.