From 5a73a0295191e7e2fa769d89d53e082542d2844c Mon Sep 17 00:00:00 2001 From: Koki Ibukuro Date: Wed, 6 Sep 2023 11:32:52 +0200 Subject: [PATCH] Change supported version in package.json --- Packages/com.github.asus4.mediapipe/package.json | 2 +- Packages/com.github.asus4.tflite.common/package.json | 2 +- Packages/com.github.asus4.tflite/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/com.github.asus4.mediapipe/package.json b/Packages/com.github.asus4.mediapipe/package.json index ac5398055..f2e5285e5 100644 --- a/Packages/com.github.asus4.mediapipe/package.json +++ b/Packages/com.github.asus4.mediapipe/package.json @@ -7,7 +7,7 @@ "unity" ], "license": "SEE LICENSE IN LICENSE", - "unity": "2019.3", + "unity": "2022.3", "unityRelease": "0f1", "version": "2.12.0", "type": "library", diff --git a/Packages/com.github.asus4.tflite.common/package.json b/Packages/com.github.asus4.tflite.common/package.json index ff5f94856..cfc256f42 100644 --- a/Packages/com.github.asus4.tflite.common/package.json +++ b/Packages/com.github.asus4.tflite.common/package.json @@ -7,7 +7,7 @@ "unity" ], "license": "SEE LICENSE IN LICENSE", - "unity": "2019.3", + "unity": "2022.3", "unityRelease": "0f1", "version": "2.12.0", "type": "library", diff --git a/Packages/com.github.asus4.tflite/package.json b/Packages/com.github.asus4.tflite/package.json index 3ee4f471e..e086a5405 100644 --- a/Packages/com.github.asus4.tflite/package.json +++ b/Packages/com.github.asus4.tflite/package.json @@ -7,7 +7,7 @@ "unity" ], "license": "SEE LICENSE IN LICENSE", - "unity": "2019.3", + "unity": "2022.3", "unityRelease": "0f1", "version": "2.12.0", "type": "library",