When on autopilot, quit the game when initialization fails#7294
Open
AnsisMalins wants to merge 4 commits intodevfrom
Open
When on autopilot, quit the game when initialization fails#7294AnsisMalins wants to merge 4 commits intodevfrom
AnsisMalins wants to merge 4 commits intodevfrom
Conversation
Contributor
|
Windows and Mac build successful in Unity Cloud! You can find a link to the downloadable artifact below. Artifact size check
Comparing against: v0.129.0-alpha |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
What does this PR change?
This change has the game quit when it is irrecoverably dead. Normally, in that case, the game just stays at the pyramid spinner forever.
Test Instructions
On Windows, the command line is
Decentraland.exe -logFile "%CD%\log.txt" --autopilotOn Windows, the
aafolder is inDecentraland_windows64\Decentraland_Data\StreamingAssetsOn macOS, the command line is
open Decentraland.app --args -logFile "$PWD/log.txt" --autopilotOn macOS, the
aafolder is inbuild/Decentraland.app/Contents/Resources/Data/StreamingAsetsTo get inside Decentraland.app, you right click and pick Show Package Contents.

Test Steps
aafolderQuality Checklist
Code Review Reference
Please review our Code Review Standards before submitting.