Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 719 Bytes

README-EN.md

File metadata and controls

36 lines (19 loc) · 719 Bytes

Install

Clone this project using git

Usage

Run

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

Demo

(If you want to build a Python and Unity development environment, you need to use the following tools)

Environmental construction:

  • Python 3.6
  • MediaPipe
  • OpenCV
  • vs2019
  • unity2019