This repository was archived by the owner on Jul 16, 2020. It is now read-only.
Commit 283e04e
committed
Desktop Builds: Fix issue where you didn't have to auth twice for different interactive projects
There was an issue where if you had more than one, different interactive project installed on your PC, the SDK would not re-prompt the user to log in. The correct behavior is to prompt the user to re-authenticate with Mixer the first time when they launch a game with a different interactive project ID.
Behavior will likely not be noticable for developers because you will only have 1 project ID at this point. But the case could hit end users.1 parent 778ea9e commit 283e04e
File tree
7 files changed
+457
-210
lines changed- Source/InteractiveSDK
- Assets/MixerInteractive/Source
- DLLs
- ERA
- UWP
- Win32
- Editor
- ProjectSettings
7 files changed
+457
-210
lines changedLines changed: 157 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
| 1016 | + | |
| 1017 | + | |
1016 | 1018 | | |
1017 | 1019 | | |
1018 | 1020 | | |
| |||
1042 | 1044 | | |
1043 | 1045 | | |
1044 | 1046 | | |
| 1047 | + | |
| 1048 | + | |
1045 | 1049 | | |
1046 | 1050 | | |
1047 | 1051 | | |
| |||
0 commit comments