From 3a77711a40b872216ec25cce4b641381eb99828a Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Thu, 24 Sep 2020 22:32:19 +0100 Subject: [PATCH] Updated submodules to hide Examples folder Additionally, updated Package manifest to allow importing of examples direct from UPM package. --- .gitmodules | 4 ++++ Examples~ | 1 + package.json | 9 ++++++++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 Examples~ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fd7acb8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "Examples~"] + path = Examples~ + url = https://SimonDarksideJ@bitbucket.org/UnityUIExtensions/unity-ui-extensions.git + branch = Examples diff --git a/Examples~ b/Examples~ new file mode 160000 index 0000000..a8ce2ee --- /dev/null +++ b/Examples~ @@ -0,0 +1 @@ +Subproject commit a8ce2ee705be43c98db82e8307b5b4bf4801387e diff --git a/package.json b/package.json index 56edc3e..2e3ea1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.uiextensions", "displayName": "Unity UI Extensions", - "version": "2.2.2", + "version": "2.2.3", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", "author": "Simon darkside Jackson <@SimonDarksideJ>", "contributors": [{ @@ -21,6 +21,13 @@ "Unity", "Unity UI", "UI Extensions" +], + "samples": [ + { + "displayName": "UI Extensions Samples", + "description": "Examples and demonstrations of the Unity UI Extensions controls", + "path": "Examples~" + } ], "license": "BSD3" } \ No newline at end of file