decentraland / explorer-desktop

Desktop client for Decentraland, coming soon
Apache License 2.0
35 stars 22 forks source link

fix: Integrated decoupled loading screen #463

Closed dalkia closed 1 year ago

dalkia commented 1 year ago

What does this PR change?

How to test the changes?

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

github-actions[bot] commented 1 year ago

After the CI passes:

This branch can be downloaded with the following instructions:

Custom protocol:

If you have the launcher installed (download launcher) you can press open on the following link:

For Windows:

Execute the following commands in Windows PowerShell

# Download
curl -o unity-renderer-windows.zip https://renderer-artifacts.decentraland.org/desktop/fix/decoupled-loading-screen-integration/unity-renderer-windows.zip

# Unzip
Expand-Archive -Path unity-renderer-windows.zip -DestinationPath unity-renderer-windows -Force

For Mac:

Execute the following commands:

# Download
curl -o unity-renderer-mac.zip https://renderer-artifacts.decentraland.org/desktop/fix/decoupled-loading-screen-integration/unity-renderer-mac.zip

# Unzip
unzip unity-renderer-mac.zip -d unity-renderer-mac

For Linux:

Execute the following commands:

# Download
curl -o unity-renderer-linux.zip https://renderer-artifacts.decentraland.org/desktop/fix/decoupled-loading-screen-integration/unity-renderer-linux.zip

# Unzip
unzip unity-renderer-linux.zip -d unity-renderer-linux

Code coverage report: https://renderer-artifacts.decentraland.org/desktop-coverage/fix/decoupled-loading-screen-integration