The files saved from the "Web Content" option are the same used for the "Public URL". This is the way to add the files directly into your web project.
- Once you're happy with your scene, press the Export button on the toolbar.
- Select "Web Content" from the Type dropdown and click Export.
- You'll then be prompted to save the exported .zip file.
- If you want to run the experience, you can run a localserver. Open your OS terminal or console from the uncompressed folder path and run:
python -m SimpleHTTPServer
Here's what your file structure might look like.
Note: Inside the index.html there is a Canvas element, which runs the WebGL 3D graphics.
👉 Next Steps
Play Settings