-
Notifications
You must be signed in to change notification settings - Fork 16
chore: update game bridge to 2.12.6 #659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
platform-sa
wants to merge
10
commits into
main
Choose a base branch
from
chore/update-game-bridge-2.12.6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
nattb8
reviewed
Feb 4, 2026
92a1033 to
b6ba396
Compare
nattb8
reviewed
Feb 4, 2026
b6ba396 to
7ea6a56
Compare
08a7b92 to
7e7bc50
Compare
…bility Add controlled browser logout for macOS to handle deep-link dispatch issues introduced by Chrome 137 code-splitting changes. Changes: - Add logout_with_controlled_browser() in test_mac_helpers.py - Add get_logout_url_from_unity_logs() to monitor Unity logs - Add get_product_name() to extract product name from ProjectSettings - Update logout() method to use controlled browser approach - Manually trigger immutablerunner://logout deep-link via 'open' command - Reduce Windows login timeout from 90s to 30s This matches the Windows implementation and resolves logout timeouts caused by Chrome 137's increased code-splitting affecting protocol handler reliability.
c4d3bfa to
8bc8ceb
Compare
- Windows: dispatch logout returnTo via registry fallback so Unity receives the callback even if OS blocks immutablerunner:// - macOS: improve standalone Player.log detection for logout URL capture (additional paths + fallback scan) and trigger returnTo via open
8bc8ceb to
708b8cc
Compare
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.
Update game bridge (build from ts-immutable-sdk version 2.12.6)