File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 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® istry_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
3334dotnet 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
You can’t perform that action at this time.
0 commit comments