stevesmit
stevesmit
I am encountering this problem as well. https://user-images.githubusercontent.com/30558265/132597195-808921a5-2676-4871-9ea4-5fef510a7933.mov When I try to set skipCull to true, then absolutely nothing renders on the screen: `floorLayer.setSkipCull(true)`
Turns out what solved the problem was setting the cullPadding property using the setCullPadding() property. Per [the docs](https://photonstorm.github.io/phaser3-docs/Phaser.Tilemaps.TilemapLayer.html): > When a Camera culls the tiles in this layer it does...
@nhussain-tbox I got the same error. This is what I did to get it installed. 1. First you need to clone the repo locally 2. Edit the `setup.py` file in...
Seconding this. Would be good to know how we should deal with this