Skip to content

docs: document asset load retry configuration#963

Merged
mvaligursky merged 1 commit into
mainfrom
mv-document-asset-retries
May 18, 2026
Merged

docs: document asset load retry configuration#963
mvaligursky merged 1 commit into
mainfrom
mv-document-asset-retries

Conversation

@mvaligursky

Copy link
Copy Markdown
Contributor

Documents the engine's asset load retry behaviour, which now defaults to 5 retries with exponential backoff (playcanvas/engine#8744), and the newly-public ResourceLoader.enableRetry() / disableRetry() API.

Adds a new "Configuring Retries" section to the Loading and Unloading manual page, covering:

  • The default behaviour (5 retries with exponential backoff)
  • Global override via app.loader.enableRetry(N) / disableRetry()
  • Per-handler override via app.loader.getHandler(type).maxRetries
  • Cross-link to the Editor Network Settings page

Mirrors the change to the Japanese translation per repo guidelines.

Documents the engine's asset load retry behaviour, which now defaults
to 5 retries with exponential backoff (playcanvas/engine#8744), and
the newly-public ResourceLoader.enableRetry / disableRetry API.

Adds a new "Configuring Retries" section to the Loading and Unloading
page covering the default, global override, per-handler override and
a cross-link to the Editor Network Settings page. Mirrors the change
to the Japanese translation.
@mvaligursky mvaligursky self-assigned this May 18, 2026
@mvaligursky mvaligursky merged commit 45739d2 into main May 18, 2026
3 checks passed
@mvaligursky mvaligursky deleted the mv-document-asset-retries branch May 18, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant