Skip to main content

Launch Page Settings

The Launch Page settings control browser-level features used when running your project from the PlayCanvas Editor.

note

These settings affect all users on the currently active branch of the project.

Navigate to the LAUNCH PAGE section and expand the panel:

Launch Page Settings

Here is a breakdown of the available settings:

Settings

SettingDescription
Enable SharedArrayBufferAdds the required headers on the launch page to enable SharedArrayBuffer.

Notes

  • SharedArrayBuffer is required for some advanced features such as multithreaded physics.
  • When enabled, ensure your hosting setup serves the correct HTTP headers:
    • Cross-Origin-Opener-Policy: same-origin
    • Cross-Origin-Embedder-Policy: require-corp