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

Included Unity Package definition #7

Merged
merged 2 commits into from
Oct 6, 2022

Conversation

edcasillas
Copy link
Contributor

The changes made in this PR don't touch the code in the library.

Instead, the files included offer the possibility to include the library in any Unity project as a package using the Package Manager, and avoiding the need to manually download and import the CS file; later changes made in the library can be pulled easily using the Package Manager (again, no need to come back to the repo, download, and import).

As a brief summary of the changes:

  • The package.json file describes the package and it's the one that actually allows importing the whole repository as a Unity Package using only the GitHub URL of the repository.
  • The io.globalstats.unity.asmdef file forces the script (or scripts if the library had more than 1) to be precompiled in its own assembly when it's imported, so when users make changes to their own code, this library is not recompiled each time. Besides, it's required by the Package Manager to make the library a package.
  • In the README file, I added instructions on how to use the Package Manager in different versions of Unity to import the project... and additionally I fixed a code example that had a mistyped class name.

It's worth noting that even with these changes, users can still grab the cs file directly from the repo and manually import it, as they've been doing until now, if they want; only they'll lose the benefits described above.

@lobermann
Copy link
Member

Thank you very much for contributing! This is a very welcome addition to the library.
Will review it and I see no problem merging it afterwards 👍

@lobermann lobermann requested review from lobermann and a1rwulf April 23, 2021 06:57
@edcasillas
Copy link
Contributor Author

You bet! Thanks to you for this amazing service!

Copy link
Contributor

@a1rwulf a1rwulf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your contribution.
It would be nice if you could fix our grammar while you are at it.
But I'd take it as is as well.

### Submitting Scores
To submit a player score instatiante a object, add the values and call Share()
To submit a player score instantiate a object, add the values and call Share()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instantiate an object

@@ -86,7 +101,7 @@ void CallbackMethod(Leaderboard leaderboard){
}
```

In this case we want the leaderboard of the GTD score. The limit is the number players you want to fetch, which has to be between 1 and 100.
In this case we want the leaderboard of the GTD score. The limit is the number players you want to fetch, which has to be between 1 and 100.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the number of players you want to fetch...

@a1rwulf a1rwulf merged commit 0d52334 into globalstats-io:master Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants