v0.10.0
I have been writing tutorials for the past few weeks and have finally finished the basic parts.
This version includes scenes that can be used as templates, so I hope it's easier for more people to try this plugin.
If you find any errors in the tutorial, I would appreciate it if you could let me know.
I also have found several bugs and difficulties in using the plugin, which are fixed in this version.
⚠️ BREAKING CHANGES
- Upgrade the Unity version to 2021.3.3f1 (#588)
- plugin: Logger.minLogLevel -> Logger.MinLogLevel (#580)
NativePacketCallbackandNativeGlStatusFunctionreturnStatusArgsinstead ofIntPtr(#574)- Change
CoordinateSystemmethod names and I/Fs (#569)- e.g.
ImageCoordinate#GetLocalPosition->ImageCoordinate#ImageToLocalPoint - The first argument type is now
UnityEngine.Rect, notUnityEngine.RectTransform
- e.g.
Features
- Add scenes for tutorial (#582)
- plugin: MediaPipe v0.8.10 (#585)
- plugin: Implement
GpuManager(#579) - plugin: Add missing
Statusfactory methods (#573)