google / play-instant-unity-plugin

Google Play Instant Plugin for Unity Beta (Archived)
https://developer.android.com/topic/google-play-instant/getting-started/game-unity-plugin
Apache License 2.0
146 stars 31 forks source link

Fixed issue where Build and Run would hang on Unity versions 2018.3+ #129

Closed jamcohen closed 5 years ago

jamcohen commented 5 years ago

In Unity versions 2018.3 and newer, the AppDomain isn't reset after building, which causes PostBuildCommandLineDialog to wait indefinitely.

Now, PostBuildCommandLineDialog will only wait for the AppDomain reset in versions older than 2018.3.