From 0ffa771764c896d1ab80b0de664a13ea32dd2356 Mon Sep 17 00:00:00 2001 From: teach310 Date: Sat, 11 Nov 2023 23:21:40 +0900 Subject: [PATCH 1/2] spell miss --- .../Samples/01_LightControl/SampleLightControl_Central.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/CoreBluetooth/Samples/01_LightControl/SampleLightControl_Central.cs b/Assets/CoreBluetooth/Samples/01_LightControl/SampleLightControl_Central.cs index 985af28..ff4c93a 100644 --- a/Assets/CoreBluetooth/Samples/01_LightControl/SampleLightControl_Central.cs +++ b/Assets/CoreBluetooth/Samples/01_LightControl/SampleLightControl_Central.cs @@ -142,7 +142,7 @@ public void OnClickRandomColor() _rgbSliders.SetColor(color); } - void OnDestory() + void OnDestroy() { if (_centralManager != null) { From 3adfb9eac33902eccf3495f9c2d94dc353dfbeaa Mon Sep 17 00:00:00 2001 From: teach310 Date: Sat, 11 Nov 2023 23:22:22 +0900 Subject: [PATCH 2/2] update version --- Packages/com.teach310.core-bluetooth-for-unity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.teach310.core-bluetooth-for-unity/package.json b/Packages/com.teach310.core-bluetooth-for-unity/package.json index 77e8b43..75ebb23 100644 --- a/Packages/com.teach310.core-bluetooth-for-unity/package.json +++ b/Packages/com.teach310.core-bluetooth-for-unity/package.json @@ -1,6 +1,6 @@ { "name": "com.teach310.core-bluetooth-for-unity", - "version": "0.4.2", + "version": "0.4.3", "displayName": "CoreBluetooth", "description": "Provides native Apple CoreBluetooth integration for use with Unity.", "unity": "2022.3",