Skip to content

Commit

Permalink
Rename .io to .net (#108)
Browse files Browse the repository at this point in the history
* Rename .io to .net & Update utilities dependency
  • Loading branch information
SimonDarksideJ authored Sep 5, 2024
1 parent 63bc24f commit 736e1cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Documentation~/com.realitycollective.service-framework.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Service Framework

The Service Framework package by the [Reality Collective](https://www.realityCollective.io). This package is an extensible service framework to build highly performant components for your Unity projects.
The Service Framework package by the [Reality Collective](https://www.realitycollective.net/). This package is an extensible service framework to build highly performant components for your Unity projects.

## Overview

Expand All @@ -26,7 +26,7 @@ The simplest way to getting started using the utilities package in your project

## Use cases

The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://www.realitytoolkit.io/). These utilise the framework to enable such use cases as:
The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://realitytoolkit.realitycollective.net/). These utilise the framework to enable such use cases as:

- 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.
Expand Down Expand Up @@ -84,10 +84,10 @@ Please feel free to provide feedback via the [Reality Toolkit dev channel here](

## Related Articles

- [Welcome to the Service Framework](https://service-framework.realitycollective.io/docs/get-started)
- [Introduction](https://service-framework.realitycollective.io/docs/basics/introduction)
- [Creating your first service](https://service-framework.realitycollective.io/docs/basics/getting_started)
- [Roadmap](https://service-framework.realitycollective.io/docs/basics/roadmap)
- [Welcome to the Service Framework](https://serviceframework.realitycollective.net/docs/get-started)
- [Introduction](https://serviceframework.realitycollective.net/docs/basics/introduction)
- [Creating your first service](https://serviceframework.realitycollective.net/docs/basics/getting_started)
- [Roadmap](https://https://serviceframework.realitycollective.net/docs/basics/roadmap)

---

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![com.realitycollective.service-framework](https://github.com/realitycollective/realitycollective.logo/raw/main/RealityCollective/RepoBanners/com.realitycollective.service-framework.png?raw=true)

The Service Framework package by the [Reality Collective](https://www.realityCollective.io). This package is an extensible service framework to build highly performant components for your Unity projects.
The Service Framework package by the [Reality Collective](https://www.realitycollective.net/). This package is an extensible service framework to build highly performant components for your Unity projects.

[![openupm](https://img.shields.io/npm/v/com.realitycollective.service-framework?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitycollective.service-framework/)
[![Discord](https://img.shields.io/discord/597064584980987924.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/hF7TtRCFmB)
Expand Down Expand Up @@ -47,7 +47,7 @@ This option will be available soon.

## Use cases

The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://www.realitytoolkit.io/). These utilise the framework to enable such use cases as:
The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://realitytoolkit.realitycollective.net/). These utilise the framework to enable such use cases as:

- 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.
Expand Down Expand Up @@ -107,10 +107,10 @@ Please feel free to provide feedback via the [Reality Toolkit dev channel here](

## Related Articles

- [Welcome to the Service Framework](https://service-framework.realitycollective.io/docs/get-started)
- [Introduction](https://service-framework.realitycollective.io/docs/basics/introduction)
- [Creating your first service](https://service-framework.realitycollective.io/docs/basics/getting_started)
- [Roadmap](https://service-framework.realitycollective.io/docs/basics/roadmap)
- [Welcome to the Service Framework](https://serviceframework.realitycollective.net/docs/get-started)
- [Introduction](https://serviceframework.realitycollective.net/docs/basics/introduction)
- [Creating your first service](https://serviceframework.realitycollective.net/docs/basics/getting_started)
- [Roadmap](https://https://serviceframework.realitycollective.net/docs/basics/roadmap)

---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"version": "1.0.8-pre.7",
"unity": "2020.3",
"homepage": "https://realitycollective.io",
"homepage": "https://serviceframework.realitycollective.net/",
"bugs": {
"url": "https://github.com/realitycollective/com.realitycollective.service-framework/issues"
},
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.realitycollective.utilities": "1.0.12",
"com.realitycollective.utilities": "1.0.13",
"com.unity.test-framework": "1.1.33"
}
}

0 comments on commit 736e1cb

Please sign in to comment.