Skip to content

Commit 2a6beec

Browse files
committed
v1.8.1
Updated NatCorder version to 1.8.1. Updated OpenCVForUnity version to 2.4.5.
1 parent dd7a297 commit 2a6beec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/NatCorderWithOpenCVForUnityExample/NatCorderWithOpenCVForUnityExample.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class NatCorderWithOpenCVForUnityExample : MonoBehaviour
99
{
1010
public static string GetNatCorderVersion()
1111
{
12-
return "1.8.0";
12+
return "1.8.1";
1313
}
1414

1515
public Text exampleTitle;

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66

77
## Environment
8-
* Anddroid (Pixel) / iOS (iPhoneSE)
8+
* Anddroid (Pixel) / iOS (iPhoneSE2)
99
* Unity >= 2019.4.26f1+
1010
* Scripting backend MONO / IL2CPP
11-
* [NatCorder - Video Recording API](https://assetstore.unity.com/packages/tools/integration/natcorder-video-recording-api-102645?aid=1011l4ehR) 1.8.0+
11+
* [NatCorder - Video Recording API](https://assetstore.unity.com/packages/tools/integration/natcorder-video-recording-api-102645?aid=1011l4ehR) 1.8.1+
1212
* [NatShare - Mobile Sharing API](https://github.com/natsuite/NatShare) 1.2.5+
13-
* [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.4.4+
13+
* [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.4.5+
1414

1515

1616
## Demo

0 commit comments

Comments
 (0)