OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

Unity 2017 errors associated with #define directives

Open ninerdelta opened this issue 8 years ago • 0 comments

#define directives restrict to UNITY_5 so importing to Unity 2017 has ~23 errors. I was able to make a hacky fix by change from UNITY_5 to UNITY_5_3_OR_NEWER across several files including Mat.cs.

ninerdelta avatar Oct 27 '17 22:10 ninerdelta