public void OnPreprocessBuild(BuildReport report)
 {
     // moving kinect dlls from package space to assets space
     // because kinect helpers copy all required dlls from assets space to
     // the final plugin location.
     KinectAddinHelper.MovePluginsToAssets();
     KinectAddinHelper.Import();
 }
예제 #2
0
 public void OnPreprocessBuild(BuildReport report)
 {
     // Moving Kinect DLL's from the package to the assets folder
     // because the Kinect helpers copy all required dlls to
     // the final plugin location.
     KinectAddinHelper.MovePluginsToAssets();
     KinectAddinHelper.Import();
 }