Skip to content

Commit

Permalink
Update urls (#43)
Browse files Browse the repository at this point in the history
* Update urls &  Update Dependencies
  • Loading branch information
SimonDarksideJ authored Sep 6, 2024
1 parent 569a257 commit d92130d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![com.realitytoolkit.metaplatform](https://github.com/realitycollective/realitycollective.logo/blob/main/RealityToolkit/RepoBanners/com.realitytoolkit.metaplatform.png?raw=true)

The Meta platform components for the Reality Toolkit. This package enables your [Reality Toolkit](https://www.realitytoolkit.io/) based project to run on Meta devices.
The Meta platform components for the Reality Toolkit. This package enables your [Reality Toolkit](https://realitytoolkit.realitycollective.net/) based project to run on Meta devices.

[![openupm](https://img.shields.io/npm/v/com.realitytoolkit.metaplatform?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitytoolkit.metaplatform/) [![Discord](https://img.shields.io/discord/597064584980987924.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/hF7TtRCFmB)
[![Publish main branch and increment version](https://github.com/realitycollective/com.realitytoolkit.metaplatform/actions/workflows/main-publish.yml/badge.svg)](https://github.com/realitycollective/com.realitytoolkit.metaplatform/actions/workflows/main-publish.yml)
Expand Down Expand Up @@ -33,4 +33,4 @@ This option will be available soon.

## Getting Started

Check the ["Getting Started"](https://www.realitytoolkit.io/) documentation for the Reality Toolkit and to learn more about this module.
Check the ["Getting Started"](https://realitytoolkit.realitycollective.net/) documentation for the Reality Toolkit and to learn more about this module.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "RealityToolkit.MetaPlatform",
"description": "The Meta platform module for the Reality Toolkit by the Reality Collective.",
"version": "1.0.0-pre.18",
"documentationUrl": "https://www.realitytoolkit.io/",
"documentationUrl": "https://realitytoolkit.realitycollective.net/",
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/releases",
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/blob/main/LICENSE.md",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"quest"
],
"unity": "2022.3",
"homepage": "https://realitytoolkit.io",
"homepage": "https://realitytoolkit.realitycollective.net/",
"bugs": {
"url": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/issues"
},
Expand All @@ -37,9 +37,9 @@
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.57",
"com.realitytoolkit.player": "1.0.5-pre.6",
"com.realitytoolkit.boundary": "1.0.0-pre.5",
"com.realitytoolkit.core": "1.0.0-pre.72",
"com.realitytoolkit.player": "1.0.5",
"com.realitytoolkit.boundary": "1.0.0-pre.6",
"com.unity.xr.oculus": "4.2.0"
},
"profiles": [
Expand Down

0 comments on commit d92130d

Please sign in to comment.