Updated submodules to hide Examples folder

Additionally, updated Package manifest to allow importing of examples direct from UPM package.
pull/413/head
Simon (darkside) Jackson 2020-09-24 22:32:19 +01:00
parent ec388546b8
commit 3a77711a40
3 changed files with 13 additions and 1 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "Examples~"]
path = Examples~
url = https://SimonDarksideJ@bitbucket.org/UnityUIExtensions/unity-ui-extensions.git
branch = Examples

1
Examples~ Submodule

@ -0,0 +1 @@
Subproject commit a8ce2ee705be43c98db82e8307b5b4bf4801387e

View File

@ -1,7 +1,7 @@
{ {
"name": "com.unity.uiextensions", "name": "com.unity.uiextensions",
"displayName": "Unity UI Extensions", "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", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community",
"author": "Simon darkside Jackson <@SimonDarksideJ>", "author": "Simon darkside Jackson <@SimonDarksideJ>",
"contributors": [{ "contributors": [{
@ -21,6 +21,13 @@
"Unity", "Unity",
"Unity UI", "Unity UI",
"UI Extensions" "UI Extensions"
],
"samples": [
{
"displayName": "UI Extensions Samples",
"description": "Examples and demonstrations of the Unity UI Extensions controls",
"path": "Examples~"
}
], ],
"license": "BSD3" "license": "BSD3"
} }