Running launch url in an iFrame

I have a game that is running in an iframe on a website. It depends on parent window messages to function properly. As far as I can see, Playcanvas does not allow to run launch version in an iFrame:

Refused to display 'https://launch.playcanvas.com/' in a frame because it set 'X-Frame-Options' to 'deny'.

Are there any options? It would be 100 times easier to develop the game if I could run the live version directly inside the iframe.

Thank you!

Unfortunately not possible at the moment as part of security. There’s a ticket in place with the desire to have it iframeable on localhost at least here: Allow iframing the launch tab on localhost · Issue #668 · playcanvas/editor · GitHub with some of the histrory

CC’ing @Mark_Lundin and @yak32

2 Likes

Localhost would be great as well. Thank you, will follow!