UI Blocks for Phaser 3
UI Blocks is a Phaser 3 component that works as a better alternative to containers.
A developer created this blog post that explains the block’s advantages over other groups and containers. Blocks make it easier to organize game elements because you can use a linked list. The blog post also provided examples on how to organize the game elements using simple code.
But despite its advantage, the author explained that blocks have their limitations, especially when it comes to alpha, rotation, physics, and scaling.
Learn more about the containers here.