Skip to content

Commit

Permalink
v1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nerycat committed Aug 24, 2022
1 parent f80aa16 commit 6af6afe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified package/NaverGameSDK-1.2.1.unitypackage
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void setCanWriteFeedByScreenshot(bool enabled)
public void setGameId(string gameId)
{
#if UNITY_ANDROID
glinkClass.CallStatic("putGameId",gameId);
glinkClass.CallStatic("putGameId",currentActivity,gameId);
#endif
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void setCanWriteFeedByScreenshot(bool enabled)
public void setGameId(string gameId)
{
#if UNITY_ANDROID
glinkClass.CallStatic("putGameId",gameId);
glinkClass.CallStatic("putGameId",currentActivity,gameId);
#endif
}

Expand Down

0 comments on commit 6af6afe

Please sign in to comment.