Skip to content

Commit 2442a7f

Browse files
committed
Add OpenUPM link
1 parent e6c6920 commit 2442a7f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Scriptable Scenes
22

33
[![Unity 2022.3+](https://img.shields.io/badge/unity-2022.3%2B-blue.svg)](https://unity3d.com/get-unity/download)
4+
[![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/)
45
[![Actions Status](https://github.com/chark/scriptable-scenes/workflows/CI/badge.svg)](https://github.com/chark/scriptable-scenes/actions)
56

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

2425
## Installation
2526

26-
This package can be installed via the Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
27+
This package can be installed via [OpenUPM](https://openupm.com/packages/com.chark.scriptable-scenes):
28+
```text
29+
openupm add com.chark.scriptable-scenes
30+
```
31+
32+
Or via the Unity Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
2733

2834
```text
2935
https://github.com/chark/scriptable-scenes.git#upm

0 commit comments

Comments
 (0)