Appearance
status+me.virmesh.avatar.script_blocked
avatar WASM script が client policy により実行されなかったことを示します。
Description
この status は主に client loader のローカル状態として使います。 v1 では avatar script の実行は任意で、クライアントは sandbox policy、permission、ユーザー設定に基づいて実行を拒否できます。
When this happens
- ユーザー設定で avatar script が無効
- script が v1 で禁止されている network access、filesystem access、world mutation を要求した
- script の
hashが manifest と一致しない
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
script blocked by client
{
"status": "status+me.virmesh.avatar.script_blocked",
"payload": {
"message": "Avatar script was blocked by client policy."
}
}Client handling
- script なしで avatar model のロードを継続できる場合は継続する
- UI では script が無効化されたことを低優先度で表示する
Related statuses
Referenced by
No API references have been registered for this status yet.