Skip to content

Browser Runtime

Vifu は game を static browser assets として読み込みます。HTML entry、relative assets、必要に応じた companion capability metadata が必要です。

AreaRequirement
Entryindex.html などの HTML file、または Godot Web Export entry。
Assetsbuild output からの relative path。
Storagelocal state に browser storage は使えますが、remote state なしで boot できる必要があります。
Networkfirst render に third-party network call を必須にしないでください。
CompanionSDK を使う場合だけ companion.plugin.v1 を宣言します。

iframe 内でも動くように、top-level navigation、popup 依存、parent window への直接アクセスは避けてください。