Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed Jan 25, 2024
1 parent 4aed517 commit 3d04452
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 25 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2022-05-20
## [1.0.0] - 2024-01-25

Initial package release.

## [1.0.0-pre.1] - 2022-05-20

Initial package release.
Initial package preview release.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Reality Collective
Copyright (c) 2022-2024 Reality Collective

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
# Reality Toolkit - Developer Tools

A collection of services, utilities and tools useful for developing immersive experiences using the [Reality Toolkit](https://github.com/realitycollective/com.realitytoolkit.core).
![com.realitytoolkit.devtools](https://github.com/realitycollective/realitycollective.logo/blob/main/RealityToolkit/RepoBanners/com.realitytoolkit.devtools.png?raw=true)

## What's included?
A collection of services, utilities and tools useful for developing immersive experiences using the [Reality Toolkit](https://www.realitytoolkit.io/).

### Diagnostics Service
[![openupm](https://img.shields.io/npm/v/com.realitytoolkit.devtools?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitytoolkit.devtools/) [![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.devtools/actions/workflows/main-publish.yml/badge.svg)](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/main-publish.yml)
[![Publish development branch on Merge](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/development-publish.yml/badge.svg)](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/development-publish.yml)
[![Build and test UPM packages for platforms, all branches except main](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/development-buildandtestupmrelease.yml/badge.svg)](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/development-buildandtestupmrelease.yml)

The diagnostics service is useful for debugging your application on device. You can use it to show an in-game diagnostics window with application logs as well as memory and performance stats.
## Installation

## Requirements
Make sure to always use the same source for all toolkit modules. Avoid using different installation sources within the same project. We provide the following ways to install Reality Toolkit modules:

- [RealityToolkit.Core](https://github.com/realitycollective/com.realitytoolkit.core)
- [RealityToolkit.Utilities](https://github.com/realitycollective/com.realitytoolkit.utilities)
### Method 1: Using Package Manager for git users

## Getting Started

After the package is installed and the package assets are imported to your project, you can add the services you wish to use into your root configuration profile.
1. Open the Package Manager using the Window menu -> Package Manager

### OpenUPM
2. Inside the Package Manager, click on the "+" button on the top left and select "Add package from git URL..."

[![openupm](https://img.shields.io/npm/v/com.realitytoolkit.devtools?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitytoolkit.devtools/)
3. Input the following URL: https://github.com/realitycollective/com.realitytoolkit.devtools.git and click "Add".

The simplest way to getting started using the devtools platform package in your project is via OpenUPM. Visit [OpenUPM](https://openupm.com/docs/) to learn more about it. Once you have the OpenUPM CLI set up use the following command to add the package to your project:
### Method 2: OpenUPM

```text
openupm add com.realitytoolkit.devtools
```

> For more details on using [OpenUPM CLI, check the docs here](https://github.com/openupm/openupm-cli#installation).
### Method 3: Unity Asset Store

## Build Status
<!-- Check build status links and details -->
This option will be available soon.

## Getting Started

| branch | build status |
| --- | --- |
| main | [![main](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/main-publish.yml/badge.svg?branch=main)](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/main-publish.yml) |
| development | [![development](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/development-buildandtestupmrelease.yml/badge.svg?branch=development)](https://github.com/realitycollective/com.realitytoolkit.devtools/actions/workflows/development-buildandtestupmrelease.yml)|
Check the ["Getting Started"](https://www.realitytoolkit.io/) documentation for the Reality Toolkit and to learn more about this module.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/realitycollective"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.29",
"com.realitytoolkit.core": "1.0.0-pre.37",
"com.unity.ugui": "1.0.0"
},
"assets": [
Expand All @@ -34,4 +34,4 @@
"path": "Assets~/"
}
]
}
}

0 comments on commit 3d04452

Please sign in to comment.