mirror of
https://github.com/cosyneco/MediaPipe.NET.git
synced 2025-05-17 15:36:24 +08:00

* Use new MediaPipe packages and update version * Apply updates from MediaPipeUnityPlugin All while keeping C pointers like `void*` instead of `IntPtr` and various other practices. * Add VSCode task to debug tests * Fix unset freeHGlobal delegate This can happen because the static code of the NativeMethods class could have not run, for some reason... * Fix all examples * Fix import reordering