You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue in which the GKMatchmakerViewController was unable to be displayed due to the default contstructor for Apple.GameKit.Multiplayer.GKMatchRequest being stripped. (Unity's code stripping functionality will occasionally miss implicit instantiations of constructors). (apple#41)
This is due to the default constructor for Apple.GameKit.Multiplayer.GKMatchRequest being stripped. (Unity's code stripping functionality will occasionally miss implicit instantiations of constructors and consider the code uncalled).
0 commit comments