Clone this project using git
The py
and unitylive2D
folders are the project source code
Live2D_ V2.0
and py_ V2.3
Two folders are packaged file folders
Run: Execute VtuberLive2D.exe
, then execute py_ V2.3\dist\main\main.exe
Close: Just close the VtuberLive2D
window
Implementation of communication between Python and Unity processes: establish a TCP connection to transfer py data to Unity
(If you want to build a Python and Unity development environment, you need to use the following tools)
- Python 3.6
- MediaPipe
- OpenCV
- vs2019
- unity2019