azerion / phaser-input

Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
MIT License
201 stars 64 forks source link

Using Phaser-Input in Phaser 3 Has An Error #70

Open MarkSky opened 6 years ago

MarkSky commented 6 years ago

Phaser version: 3.10.1 phaser-input version: 2.0.5 webpack version: 4.15.1

When I tested in Chrome, I got a error from Chrome Developer Tool:

Uncaught Error: Module build failed (from ./node_modules/exports-loader/index.js): no such file or directory, open 'D:\Project\Phaser3Test\node_modules\@orange-games\phaser-input\build\phaser-input.js'

If phaser-input not support Phaser 3?

FlopiVG commented 6 years ago

I got the same error

AleBles commented 5 years ago

It's not available for v3 (yet),

Also based on your error I'd say you are missing a slash between node_modules and @orange-games

MarkSky commented 5 years ago

Will phaser-input support v3?

AleBles commented 5 years ago

I want it too, unfortunately I can't give an ETA