Closed
Description
Version
- Phaser Version: v3.60.0
- Operating system: win10
- Browser: Chrome, firefox
Description
See this test,
- Create a layer game object
- This layer game object is ignored by main camera
- Create a circle shape game object, with pointer-down event.
- Add this circle shape to layer. Because that this layer is ignored by main camera, this circle shape game object child is not visible.
There has another red dot inside the circle shape for clicking. Ideally invisible game object won't be touchable. But the pointer-down event is fired, you can see the log text on a text game object.