Create embedable HTML5 app?

Hi,
Forgive me if this is a bit obvious. I just started reading documentation, but wanted to know if I can build WebHTML app with PlayCanvas that drops into my existing HTML webapp? e.g. in a div of my choosing on a HTML page.

thanks

Hello @Sesshomurai and welcome!

Sure, you can add your Playcanvas app inside an existing web app using an iframe
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

You can also take a look here: https://developer.playcanvas.com/en/user-manual/publishing/web/self-hosting/

1 Like