Environment setting shell script to build MediaPipeUnityPlugin in Linux.
This is a script created for environments where wsl 2 & docker cannot be used. (ex. using Android emulator) Tested on v0.7.0 && WSL1/2 Ubuntu 20.04.
paste and run it:
cd $home && curl -O https://raw.githubusercontent.com/Leuconoe/MediaPipeUnityPluginLinuxInstaller/main/MPUPInstaller.sh && sudo chmod 777 MPUPInstaller.sh && sh MPUPInstaller.sh
Since it is only a script to build MediaPipeUnityPlugin, if wsl is already used for various purposes, the operation cannot be guaranteed. Please use docker as recommended by the original author.
Thanks to @homuler