From 534c1097d7e142ceb6c437fa3fbd96daa393e5ad Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin <_ext_@bk.ru> Date: Fri, 7 Jan 2022 21:53:22 +0300 Subject: [PATCH] feat(UGUI): update package.json --- Assets/extDebug.UGUI/package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Assets/extDebug.UGUI/package.json b/Assets/extDebug.UGUI/package.json index 3ba44f4..b112db2 100644 --- a/Assets/extDebug.UGUI/package.json +++ b/Assets/extDebug.UGUI/package.json @@ -12,11 +12,22 @@ ], "category": "Debug", "dependencies": { - "com.iam1337.extdebug": "1.8.6", + "com.iam1337.extdebug": "1.12.0", "com.unity.textmeshpro": "3.0.6", "com.unity.ugui": "1.0.0" }, - "samples": [], + "samples": [ + { + "displayName": "Menu Example", + "description": "", + "path": "Examples~/UGUI.Menu" + }, + { + "displayName": "Notifications Example", + "description": "", + "path": "Examples~/UGUI.Notifications" + }, + ], "repository": { "type": "git", "url": "https://github.com/iam1337/extDebug.UGUI.git#upm"