From b329995db1f44db351fa28fe11c3dec023cd44fc Mon Sep 17 00:00:00 2001 From: IShix <49128115+IShix-g@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:01:38 +0900 Subject: [PATCH] feature: Add URLs for documentation, changelog, and license in package.json --- .../MackySoft.SerializeReferenceExtensions/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json index 863c3b5..d6f47fa 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/package.json @@ -8,6 +8,9 @@ "keywords": [ "SerializeReference", "Editor" ], "license": "MIT", "dependencies": {}, + "documentationUrl": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions", + "changelogUrl": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions/releases", + "licensesUrl": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions/blob/main/LICENSE", "samples": [ { "displayName": "Get Started",