tag
#filesystem
2 items (2 fixes)
fixes
✓ 26.07.15a
"A runtime-written Data-filesystem image needs a code Texture, not a CSS background-image URL"
An image you write to FileSystem.Data at runtime (a per-save thumbnail, a screenshot) is not addressable from a CSS background-image URL -- those resolve against mounted content, not the user Data FS. Decode it into a Texture in code and assign Style.BackgroundImage instead.
uifilesystem
✓ 26.07.22
"A standalone export differs from the editor runtime and breaks editor-built tooling"
A Standalone export changes the data path, log filename, quit behaviour, boot flow, and convar timing versus the editor/published client. Tooling and automation built on editor assumptions silently miss files or spin, verified live on engine 26.07.22.
standaloneexport