Browser Runtime
Vifu は game を static browser assets として読み込みます。HTML entry、relative assets、必要に応じた companion capability metadata が必要です。
| Area | Requirement |
|---|---|
| Entry | index.html などの HTML file、または Godot Web Export entry。 |
| Assets | build output からの relative path。 |
| Storage | local state に browser storage は使えますが、remote state なしで boot できる必要があります。 |
| Network | first render に third-party network call を必須にしないでください。 |
| Companion | SDK を使う場合だけ companion.plugin.v1 を宣言します。 |
iframe 内でも動くように、top-level navigation、popup 依存、parent window への直接アクセスは避けてください。
