Skip to content

Commit

Permalink
Fixed some formatting on README
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseScott authored Jun 14, 2016
1 parent 02628e4 commit b1800dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ on the UI thread.

You can also get the email address asynchrously:

``csharp
```csharp
PlayGamesPlatform.Instance.GetEmail((status, email) => {
if (status == CommonStatusCodes.Success) {
Debug.Log("The address is " + email");
Expand All @@ -922,7 +922,8 @@ You can also get the email address asynchrously:
}
});
```
## Loading Friends ##
## Loading Friends

To load the friends of the current player, you can use the ISocial framework.
This call is asynchronous, so the friends need to be processed in the callback.

Expand Down

0 comments on commit b1800dc

Please sign in to comment.