From 6645e09b35fcafd96289f7082b0ea784a28c495e Mon Sep 17 00:00:00 2001 From: zacryol <60046681+zacryol@users.noreply.github.com> Date: Sun, 28 Nov 2021 18:10:56 -0700 Subject: [PATCH] State the implementation of HTML5 export for `user://` path in Data Paths (#5418) --- tutorials/io/data_paths.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/io/data_paths.rst b/tutorials/io/data_paths.rst index cec41f68b..d6bcfd252 100644 --- a/tutorials/io/data_paths.rst +++ b/tutorials/io/data_paths.rst @@ -42,6 +42,10 @@ Linux, ``~/Library/Application Support/Godot/app_userdata/Name`` on macOS (since name defined in the Project Settings, but you can override it on a per-platform basis using :ref:`feature tags `. +On HTML5 exports, ``user://`` will refer to a virtual filesystem stored on the +device via IndexedDB. (Interaction with the main filesystem can still be performed +through the :ref:`JavaScript ` singleton.) + Converting paths to absolute paths or "local" paths ---------------------------------------------------