From e35b7a4576e5e1fc918991964e9e8d713205c4a7 Mon Sep 17 00:00:00 2001 From: "p.shestakov" Date: Thu, 7 Mar 2024 11:37:59 +0200 Subject: [PATCH] added easiest way to add package into Unity Package Manager --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a7c62..17099de 100644 --- a/README.md +++ b/README.md @@ -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.