joaopedrosgs / SeedUnityVRKit

A toolkit using Mediapipe to run motion tracking in Unity. Support desktop, Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeedUnityVRKit

This is a toolkit using Mediapipe to run motion tracking in Unity.

Setup

The recommended Unity editor version is 2021.3.0f1 LTS, but other editor may likely work.

Check out the project files into a local directory and open Unity editor. Then based on the platform, please rebuild MediaPipeUnityPlugin following this instruction.

Copy the built files into Packages/com.github.homuler.mediapipe/Runtime/Plugins/.

Build command

python3 build.py build --android arm64 --linkopt=-s --desktop cpu -vv

Use --opencv cmake to link OpenCV statically, or --opencv local to link dynamically

About

A toolkit using Mediapipe to run motion tracking in Unity. Support desktop, Android and iOS.

License:Apache License 2.0


Languages

Language:C# 99.8%Language:ShaderLab 0.2%Language:C++ 0.0%