From f10969ad93c95e498c18482dddfa7e22264a4050 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 14 Jan 2022 15:40:29 +0100 Subject: [PATCH] Included GroceryStore demo in the package Samples --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index c05d011..a1e04ca 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,11 @@ "unityxr" ], "samples": [ + { + "displayName": "Grocery Store Demo", + "description": "The old Grocery Store demo from previous versions", + "path": "Samples/Demo" + }, { "displayName": "Sites", "description": "Example sites which can be visited with a Visitor",