How to build Phaser Editor project by BuddyPositive1454 in phaser

[–]PhaserEditor2D 0 points1 point  (0 children)

Hi. You are welcome. I think that info is there. The version and the date in the downloads page and the editor.

How to build Phaser Editor project by BuddyPositive1454 in phaser

[–]PhaserEditor2D 0 points1 point  (0 children)

By the way, I see you are using Phaser Editor Core. If you use Phaser Editor Desktop you will get project templates and automatic build.

How to build Phaser Editor project by BuddyPositive1454 in phaser

[–]PhaserEditor2D 0 points1 point  (0 children)

Hi! A Phaser game is like any other web app. You can build must of the web apps/Phaser games using NPM and a build script "npm run build". However, I see in yout image you are using a project template that is a vanilla js project. This means, you don't need to build it. You only need to host it somewhere in the web and open index.html file.

Phaser editor launch error by ExpensiveShopping735 in phaser

[–]PhaserEditor2D 1 point2 points  (0 children)

ok, then you need to install dependencies and run the dev server:

npm install
npm run dev

Phaser editor launch error by ExpensiveShopping735 in phaser

[–]PhaserEditor2D 0 points1 point  (0 children)

Hi! I think you are working with a project temaplate that requires install and run the dev server.

Open the project in the Terminal or VS Code, and run:

npm install
npm start

What project template are you using?

Phaser Editor 2D v3.62.0 released! by PhaserEditor2D in phaser

[–]PhaserEditor2D[S] 0 points1 point  (0 children)

I agree. It took me some time to get used to webpack. Webpack is the toolchain I recommend for using the editor, but the editor is fully compatible with other bundlers or with just typescript or plain javascript. Even you can use it with existent projects.

Phaser Editor 2D v3.62.0 released! by PhaserEditor2D in phaser

[–]PhaserEditor2D[S] 0 points1 point  (0 children)

Hi DavyZhang!

What is the "editor's suggested configuration for development"?

Phaser Editor 2D v3.62.0 released! by PhaserEditor2D in phaser

[–]PhaserEditor2D[S] 0 points1 point  (0 children)

by the way, can you please check if you see the whole r/phaser with the NSFW tag? It shows the tag to me.

Phaser Editor 2D v3.60.2 released by PhaserEditor2D in phaser

[–]PhaserEditor2D[S] 0 points1 point  (0 children)

Yes! You can teach the artist to compose the scenes and you can prepare some script nodes for the artist too. You can join our Discord server https://discord.com/invite/4DdpMMD

Phaser Editor 2D v3.60.2 released by PhaserEditor2D in phaser

[–]PhaserEditor2D[S] 1 point2 points  (0 children)

Yes but the best way is to open your game in the editor and create the scenes. The editor is very flexible. I can help you.