From 481cd7c95a1a2be4d5a95e10875eca69ef78d9e3 Mon Sep 17 00:00:00 2001 From: Shimoda Takao Date: Mon, 5 Apr 2021 01:28:45 +0900 Subject: [PATCH] add com.unity.modules.imgui to dependencies --- Assets/Plugins/UniRx/Scripts/package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Assets/Plugins/UniRx/Scripts/package.json b/Assets/Plugins/UniRx/Scripts/package.json index e0b4a87e3..ec60b969f 100644 --- a/Assets/Plugins/UniRx/Scripts/package.json +++ b/Assets/Plugins/UniRx/Scripts/package.json @@ -1,9 +1,11 @@ { - "name": "com.neuecc.unirx", - "displayName": "UniRx", - "version": "7.1.0", - "unity": "2018.3", - "description": "Reactive Extensions for Unity", - "license": "MIT", - "dependencies": {} -} + "name": "com.neuecc.unirx", + "displayName": "UniRx", + "version": "7.1.0", + "unity": "2018.3", + "description": "Reactive Extensions for Unity", + "license": "MIT", + "dependencies": { + "com.unity.modules.imgui": "1.0.0" + } +} \ No newline at end of file