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