PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
330 stars 45 forks source link

Add Phaser containers support in scene editor. #100

Closed RANUX closed 4 years ago

RANUX commented 5 years ago

Hi! Missing nice feature to group sprites in containers on scene (PhaserEditor v2)! Thanks!

PhaserEditor2D commented 5 years ago

Yes, we are evaluating when to start supporting containers, because the Phaser team will rework the whole thing in Phaser, they plan to allow nested containers, even, nested objects. But I see this can take a time to be done, yet, they don't finish the v3.16. We are going to release v2.0.1 to support Phaser 3.16 and after that, we are going to start working on containers.

You can read here, in the 2019 roadmap, what they say about containers:

Before anything like that can happen I need to release 3.16 (with the long-awaited Scale Manager), re-work how Containers are supported in the core, and get the list of issues down to a manageable number.

And you can read here too:

https://github.com/photonstorm/phaser/issues/3852

Containers will be removed and fully recoded in 3.14. I'm fed up with their limitations and the issues the current implementation has. They will remain untouched (and un bug-fixed) until then.

It did not happen in 3.14.

PhaserEditor2D commented 4 years ago

This is not going to be added to Phaser Editor v2. We are implementing a new web-based IDE for Phaser 3. This new version already has support for containers.