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"