Skip to content

Commit 58e030a

Browse files
authored
Merge pull request #238 from immutable/feat/nullify-passport
[DX-3019] feat: nullify passport on quit
2 parents 255efc3 + c52187d commit 58e030a

File tree

1 file changed

+1
-0
lines changed
  • src/Packages/Passport/Runtime/Scripts/Public

1 file changed

+1
-0
lines changed

src/Packages/Passport/Runtime/Scripts/Public/Passport.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ private void OnQuit()
132132
// as the child engine process would still be alive
133133
Debug.Log($"{TAG} Quitting the Player");
134134
((WebBrowserClient)webBrowserClient).Dispose();
135+
Instance = null;
135136
}
136137
#endif
137138

0 commit comments

Comments
 (0)