Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

com.rest.blockadelabs 1.0.0-preview.1 #1

Merged
merged 18 commits into from
Jun 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated readmes
  • Loading branch information
StephenHodgson committed May 28, 2023
commit ee7cc582e4ecd09dfbc3b49a4a8997b46fb2f9a2
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@

[![openupm](https://img.shields.io/npm/v/com.rest.blockadelabs?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.rest.blockadelabs/)

A Rest.BlockadeLabs package for the [Unity](https://unity.com/) Game Engine.
A BlockadeLabs package for the [Unity](https://unity.com/) Game Engine.

## Installing

### Via Unity Package Manager and OpenUPM

- Open your Unity project settings
- Select the `Package Manager`
![scoped-registries](https://github.com/RageAgainstThePixel/com.rest.blockadelabs/raw/main/Rest.BlockadeLabs/Packages/com.rest.blockadelabs/Documentation~/images/package-manager-scopes.png)
![scoped-registries](images/package-manager-scopes.png)
- Add the OpenUPM package registry:
- `Name: OpenUPM`
- `URL: https://package.openupm.com`
- `Scope(s):`
- `com.rest.blockadelabs`
- Name: `OpenUPM`
- URL: `https://package.openupm.com`
- Scope(s):
- `com.rest`
- `com.utilities`
- Open the Unity Package Manager window
- Change the Registry from Unity to `My Registries`
- Add the `Rest.BlockadeLabs` package
- Add the `BlockadeLabs` package

### Via Unity Package Manager and Git url

Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@

[![openupm](https://img.shields.io/npm/v/com.rest.blockadelabs?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.rest.blockadelabs/)

A Rest.BlockadeLabs package for the [Unity](https://unity.com/) Game Engine.
A BlockadeLabs package for the [Unity](https://unity.com/) Game Engine.

## Installing

### Via Unity Package Manager and OpenUPM

- Open your Unity project settings
- Select the `Package Manager`
![scoped-registries](https://github.com/RageAgainstThePixel/com.rest.blockadelabs/raw/main/Rest.BlockadeLabs/Packages/com.rest.blockadelabs/Documentation~/images/package-manager-scopes.png)
![scoped-registries](BlockadeLabs/Packages/com.rest.blockadelabs/Documentation~/images/package-manager-scopes.png)
- Add the OpenUPM package registry:
- `Name: OpenUPM`
- `URL: https://package.openupm.com`
- `Scope(s):`
- `com.rest.blockadelabs`
- Name: `OpenUPM`
- URL: `https://package.openupm.com`
- Scope(s):
- `com.rest`
- `com.utilities`
- Open the Unity Package Manager window
- Change the Registry from Unity to `My Registries`
- Add the `Rest.BlockadeLabs` package
- Add the `BlockadeLabs` package

### Via Unity Package Manager and Git url

Expand Down