Updated submodules to hide Examples folder
Additionally, updated Package manifest to allow importing of examples direct from UPM package.pull/413/head
parent
ec388546b8
commit
3a77711a40
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "Examples~"]
|
||||||
|
path = Examples~
|
||||||
|
url = https://SimonDarksideJ@bitbucket.org/UnityUIExtensions/unity-ui-extensions.git
|
||||||
|
branch = Examples
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a8ce2ee705be43c98db82e8307b5b4bf4801387e
|
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue