Important Question

Hi, i am making a 3d website game, but dont know if PlayCanvas can do following tasks:

  • Can a project created in playcanvas be integerated with API to communicate with server.
  • does it support responsive behaviour in mobile and website
  • after completing the project can it be exported to my local computer, and can i edit afterwards

And regarding pricing, will i be charged based on projects, or monthly acess.

thanks.

  • Can a project created in playcanvas be integerated with API to communicate with server.

Yes, you can use any JavaScript libraries

  • does it support responsive behaviour in mobile and website

Playcanvas only renders the 3d view, but that can be integrated into a website that is responsive.

  • after completing the project can it be exported to my local computer, and can i edit afterwards

You can export the final build locally / host it on your server. You can still edit the project in the PlayCanvas Editor and export it again to your server if that’s what you mean.
Otherwise it’s just a javascript project that you can edit using any text editor in theory, but you’d need to understand the source code.

Pricing is based on monthly access.

2 Likes