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

Uncaught TypeError: Cannot read property 'createCursorKeys' of undefined #3

Closed KyleTryon closed 3 years ago

KyleTryon commented 4 years ago

Error: Uncaught TypeError: Cannot read property 'createCursorKeys' of undefined Version: ^1.2.1

image

A little difficult to source looks like it's coming from one of these locations:

https://github.com/SilverTree7622/Phaser3_GUI_Inspector/blob/906a2e528a1ad7e71d170243e6610c029cd9ddea/js/manager/CameraManager.js#L80

https://github.com/SilverTree7622/Phaser3_GUI_Inspector/blob/3fd67b46d23bfc6faf953f8d23299908c62498e8/js/manager/InputManager.js#L62

This error prevents the scene from loading.