Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added easiest way to add package into Unity Package Manager #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ public class MyClass : MonoBehaviour {


### Installing with Unity Package Manager
To install this project as a dependency using the Unity Package Manager,
To install this project as a dependency using the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-git.html),
add the following line to your project's `manifest.json`:

```
"com.github.siccity.serializablecallback": "git+https://github.com/Siccity/SerializableCallback.git"
```

or just add the following line by clicking on `add package from git URL` button in the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) window:
```
https://github.com/Siccity/SerializableCallback.git
```

Join the [Discord](https://discord.gg/qgPrHv4 "Join Discord server") server to leave feedback or get support.