Skip to content

Commit

Permalink
Release V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ committed Oct 28, 2022
1 parent 20b3656 commit bfe0025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ The service framework has been the foundation behind such toolkits as Microsoft'
* 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.
* An Authentication service - Able to integrate with multiple authentication providers as needed through a single interface.
* A networking service - Utilising multiple endpoints for Lobbys, communication routes and data sharing.
* [QR Code service to read QR Codes](https://localjoost.github.io/MRTK2-to-MRTK3-migrating-the-QRCode-sample/) (by Joost van Schaik)
* A Leaderboard management service

The possibilities are almost endless.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"Services",
"Extensions"
],
"version": "1.0.0-preview.12",
"version": "1.0.0",
"unity": "2020.3",
"homepage": "https://realitycollective.io",
"bugs": {
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues"
"url": "https://github.com/realitycollective/com.realitycollective.service-framework/issues"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit bfe0025

Please sign in to comment.