OpenCVForUnity
OpenCVForUnity copied to clipboard
Unity 2017 errors associated with #define directives
#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.