We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd6a13 commit 3d29728Copy full SHA for 3d29728
1 file changed
export_presets.cfg
@@ -96,7 +96,8 @@ vram_texture_compression/for_desktop=true
96
vram_texture_compression/for_mobile=false
97
html/export_icon=true
98
html/custom_html_shell=""
99
-html/head_include=""
+html/head_include="<script src=\"https://cdn.jsdelivr.net/npm/webxr-layers-polyfill@latest/build/webxr-layers-polyfill.min.js\"></script>
100
+<script>var layersPolyfill = new WebXRLayersPolyfill();</script>"
101
html/canvas_resize_policy=2
102
html/focus_canvas_on_start=true
103
html/experimental_virtual_keyboard=false
0 commit comments