Skip to content

Commit

Permalink
Add OpenUPM link
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 6, 2023
1 parent e6c6920 commit 2442a7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Scriptable Scenes

[![Unity 2022.3+](https://img.shields.io/badge/unity-2022.3%2B-blue.svg)](https://unity3d.com/get-unity/download)
[![openupm](https://img.shields.io/npm/v/com.chark.scriptable-scenes?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.chark.scriptable-scenes/)
[![Actions Status](https://github.com/chark/scriptable-scenes/workflows/CI/badge.svg)](https://github.com/chark/scriptable-scenes/actions)

Simple scene loading and management system for Unity Engine, implemented via Scriptable Objects.
Expand All @@ -23,7 +24,12 @@ Simple scene loading and management system for Unity Engine, implemented via Scr

## Installation

This package can be installed via the Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
This package can be installed via [OpenUPM](https://openupm.com/packages/com.chark.scriptable-scenes):
```text
openupm add com.chark.scriptable-scenes
```

Or via the Unity Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):

```text
https://github.com/chark/scriptable-scenes.git#upm
Expand Down

0 comments on commit 2442a7f

Please sign in to comment.