Skip to content

Commit 7ec7709

Browse files
Mazyodclaude
andcommitted
Add OpenUPM installation instructions to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4598ee9 commit 7ec7709

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<a href="https://github.com/Mazyod/PhoenixSharp/actions/workflows/dotnet.yml"><img src="https://github.com/Mazyod/PhoenixSharp/actions/workflows/dotnet.yml/badge.svg" alt=".NET" /></a>
77
<a href="https://codecov.io/gh/Mazyod/PhoenixSharp"><img src="https://codecov.io/gh/Mazyod/PhoenixSharp/branch/master/graph/badge.svg" alt="codecov" /></a>
88
<a href="https://www.nuget.org/packages/PhoenixSharp"><img src="https://img.shields.io/nuget/v/PhoenixSharp" alt="NuGet" /></a>
9+
<a href="https://openupm.com/packages/io.level3.phoenixsharp/"><img src="https://img.shields.io/npm/v/io.level3.phoenixsharp?label=openupm&registry_uri=https://package.openupm.com" alt="OpenUPM" /></a>
910
<img src="https://img.shields.io/badge/netstandard-2.0-blue" alt="netstandard 2.0" />
1011
</p>
1112

@@ -33,9 +34,32 @@
3334
dotnet add package PhoenixSharp
3435
```
3536

36-
### Unity
37+
### Unity (OpenUPM)
3738

38-
Download the source and add it to your project, or use a Git submodule.
39+
Install via [openupm-cli](https://github.com/openupm/openupm-cli#openupm-cli):
40+
41+
```bash
42+
openupm add io.level3.phoenixsharp
43+
```
44+
45+
Or add manually to `Packages/manifest.json`:
46+
47+
```json
48+
{
49+
"scopedRegistries": [
50+
{
51+
"name": "package.openupm.com",
52+
"url": "https://package.openupm.com",
53+
"scopes": ["io.level3"]
54+
}
55+
],
56+
"dependencies": {
57+
"io.level3.phoenixsharp": "1.1.0"
58+
}
59+
}
60+
```
61+
62+
Alternatively, download the source and add it to your project, or use a Git submodule.
3963

4064
## Quick Start
4165

0 commit comments

Comments
 (0)