Skip to content

Commit bfe0025

Browse files
Release V1.0.0
1 parent 20b3656 commit bfe0025

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The service framework has been the foundation behind such toolkits as Microsoft'
4949
* A platform independent input system - A single service able to route input data from multiple controllers on various platforms, each controller only activates on the platform it was designed for.
5050
* An Authentication service - Able to integrate with multiple authentication providers as needed through a single interface.
5151
* A networking service - Utilising multiple endpoints for Lobbys, communication routes and data sharing.
52+
* [QR Code service to read QR Codes](https://localjoost.github.io/MRTK2-to-MRTK3-migrating-the-QRCode-sample/) (by Joost van Schaik)
53+
* A Leaderboard management service
5254

5355
The possibilities are almost endless.
5456

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"Services",
99
"Extensions"
1010
],
11-
"version": "1.0.0-preview.12",
11+
"version": "1.0.0",
1212
"unity": "2020.3",
1313
"homepage": "https://realitycollective.io",
1414
"bugs": {
15-
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues"
15+
"url": "https://github.com/realitycollective/com.realitycollective.service-framework/issues"
1616
},
1717
"license": "MIT",
1818
"repository": {

0 commit comments

Comments
 (0)