rodri042 Posted February 24, 2018 Share Posted February 24, 2018 I've seen a gantt chart with a planned "phaser 2 to 3 migration guide" but now it seems to be deleted. I have a lot of 2.x code and I would love to migrate to 3.x in an ordered way. So, will there be any migration guide or should I just start seeing the examples and tutorials and figure out the best way to do it? It's nice to have such amazing library! PBMCube 1 Link to comment Share on other sites More sharing options...
samme Posted February 24, 2018 Share Posted February 24, 2018 None yet. PBMCube 1 Link to comment Share on other sites More sharing options...
Yora Posted February 24, 2018 Share Posted February 24, 2018 Same here. I believe it's still planned however, maybe to be seen in the next newsletter, so personally I'm waiting for it before migrating. I fully respect and understand any delays with it though, the progress on Phaser 3 as a whole has been amazing. PBMCube 1 Link to comment Share on other sites More sharing options...
samme Posted February 24, 2018 Share Posted February 24, 2018 I would maybe start with phaser3/api and then study the relevant examples. Link to comment Share on other sites More sharing options...
samme Posted February 28, 2018 Share Posted February 28, 2018 See https://madmimi.com/p/a022cb. Fenopiù 1 Link to comment Share on other sites More sharing options...
Yora Posted February 28, 2018 Share Posted February 28, 2018 On 2/28/2018 at 12:20 PM, samme said: See https://madmimi.com/p/a022cb. There it is. Migration has been smooth and easy for me so far, however I feel caught in limbo with how to handle what was once groups, since they no longer have a transform to influence their children (ex. dragging around UIs). I know containers are in the pipeline, but until then I wonder what I should do, maybe hack the Group class in some way temporarily. I already grabbed the getByName function from the List class and put it into Group since I was using that a lot. For the moment for me at least, Groups, Lists and Containers feel a little ambiguous, but I know they are separated for good reasons that I'm sure will become clear. Edit: Actually I'm kinda screwed without proper containers, I'll have to work on something else until they're available. Link to comment Share on other sites More sharing options...
samme Posted March 14, 2018 Share Posted March 14, 2018 Phaser 3 Migration Guide – Part 2 Link to comment Share on other sites More sharing options...
johncip Posted March 15, 2019 Share Posted March 15, 2019 I'm a little late to the party but I jotted some notes down here while converting an old game: https://gist.github.com/johncip/f7335eda50c5e0988334d904d042b084 Link to comment Share on other sites More sharing options...
Recommended Posts