From 3a1418b5f43f913f0b671c91624d64056bce0f8a Mon Sep 17 00:00:00 2001 From: Robert Acksel Date: Sun, 27 Jan 2019 11:04:23 +0000 Subject: [PATCH 1/2] package.json edited. the package name is invalid for unity package manager 2019.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 193a874..f7cbf70 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "unity ui extensions", + "name": "unity-ui-extensions", "version": "2.0.0.0", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", "author": "Simon darkside Jackson <@SimonDarksideJ>", From 70eccaa2e525abc7820e447947ddde6fe2a9fd73 Mon Sep 17 00:00:00 2001 From: Robert Acksel Date: Sun, 27 Jan 2019 11:07:48 +0000 Subject: [PATCH 2/2] package.json edited. version format is invalid in unity 2019.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7cbf70..698c0ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unity-ui-extensions", - "version": "2.0.0.0", + "version": "2.0.0", "description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community", "author": "Simon darkside Jackson <@SimonDarksideJ>", "contributors": [{