From 7734f639c000d932ea5820f863bfd1db49621aa1 Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin <_ext_@bk.ru> Date: Fri, 7 Jan 2022 21:56:30 +0300 Subject: [PATCH] fix(package): added examples in package.json --- Assets/extDebug/package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Assets/extDebug/package.json b/Assets/extDebug/package.json index 88a034d..5362aa9 100644 --- a/Assets/extDebug/package.json +++ b/Assets/extDebug/package.json @@ -11,7 +11,18 @@ "menu" ], "category": "Debug", - "samples": [], + "samples": [ + { + "displayName": "Menu Example", + "description": "", + "path": "Examples~/extDebug.Menu" + }, + { + "displayName": "Notifications Example", + "description": "", + "path": "Examples~/extDebug.Notifications" + } + ], "repository": { "type": "git", "url": "https://github.com/iam1337/extDebug.git#upm"