Can we develop 2D games from scratch on PlayCanvas, similar to how games are created using Phaser Editor? Specifically, how can we implement features like particle effects, character animations, and movement within a 2D environment?
Additionally, is there any news or updates from PlayCanvas regarding future support for creating fully featured 2D games directly on the platform, without relying on alternatives like Phaser Editor?
We are eager to hear about upcoming improvements that could make PlayCanvas an even more comprehensive tool for both 2D and 3D game development. Thanks
1 Like
Hi @HasnainX,
I’ve made a couple of 2D only activities with Playcanvas. There’s a couple of way to go about it, but it is possible. You can still use particle effects inside of a 2D screen component, but there are a couple of quirks.
Another option is to still use the 3D space, but use sprite components and an orthographic camera and lay everything out in the editor that way. If you post what you’re trying to achieve with your game, we can provide more specific support.
I hope this is helpful!
1 Like
Thanks for your kind words. I will share if I need support :). Thanks
Thanks for reply. Is there any playcanvas project so I could see the project how to attach the scripts with entities? Thanks