Skip to content

Commit 9bcca52

Browse files
committed
update 2.5.7
1 parent 0aee619 commit 9bcca52

File tree

103 files changed

+7866
-8187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+7866
-8187
lines changed

Assets/OpenCVForUnity/EnoxSoftware.OpenCVForUnity.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"references": [],
44
"includePlatforms": [],
55
"excludePlatforms": [],
6-
"allowUnsafeCode": false,
6+
"allowUnsafeCode": true,
77
"overrideReferences": false,
88
"precompiledReferences": [],
99
"autoReferenced": true,

Assets/OpenCVForUnity/Examples/Advanced/ComicFilterExample/ComicFilterExample.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)
2-
31
using OpenCVForUnity.CoreModule;
42
using OpenCVForUnity.ImgprocModule;
53
using OpenCVForUnity.UnityUtils;
@@ -184,6 +182,4 @@ public void OnChangeCameraButtonClick()
184182
webCamTextureToMatHelper.requestedIsFrontFacing = !webCamTextureToMatHelper.requestedIsFrontFacing;
185183
}
186184
}
187-
}
188-
189-
#endif
185+
}

0 commit comments

Comments
 (0)