Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PlayGamesScore.cs #3121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

This form is for reporting Unity Plugin issues only. To report an issue with the Play Games Service (non-SDK related), check [Google Play Games Services Support](https://developers.google.com/games/services/support).
*Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.*

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. ___
2. ___
3. ___
4. ___

**Expected behavior**
A clear and concise description of what you expected to happen.

**Observed behavior**
A clear and concise description of what you observed.

**Bug Report**
[Capture](https://developer.android.com/studio/debug/bug-report) a bug report and share the Google Drive link. If the bug report contains sensitive information, then make it private and only give access to requests from `[email protected]` accounts.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Versions**
- Unity version: ___
- Google Play Games Plugin for Unity version: ___

**Additional context**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal PlayGamesScore(DateTime date, string leaderboardId,
ulong rank, string playerId, ulong value, string metadata)
{
this.mDate = date;
mLbId = leaderboardID;
mLbId = leaderboardId;
this.mRank = rank;
this.mPlayerId = playerId;
this.mValue = (long) value;
Expand Down Expand Up @@ -123,4 +123,4 @@ public string metaData
}
}
}
#endif
#endif