File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Scriptable Scenes
2
2
3
3
[ ![ 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®istry_uri=https://package.openupm.com )] ( https://openupm.com/packages/com.chark.scriptable-scenes/ )
4
5
[ ![ Actions Status] ( https://github.com/chark/scriptable-scenes/workflows/CI/badge.svg )] ( https://github.com/chark/scriptable-scenes/actions )
5
6
6
7
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
23
24
24
25
## Installation
25
26
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 ) :
27
33
28
34
``` text
29
35
https://github.com/chark/scriptable-scenes.git#upm
You can’t perform that action at this time.
0 commit comments