kcwu229 / Mobile-App-BlackJack-Game

2 stars 0 forks source link

How to create the add the Live2D SDK (2D animation) into flutter #34

Closed kcwu229 closed 1 month ago

kcwu229 commented 1 month ago

reference: https://zenn.dev/char/scraps/7e66728b17c625

Guess the steps:

  1. Install the flutter_unity_widget package
  2. Using the Live 2D to create a model
  3. Import to Unity, and export to flutter compatible format , for both iOS and Android version
  4. Implement to the Widget
kcwu229 commented 1 month ago
  1. just using the Live 2d to build model and add animation, then export as gif
  2. and run on flutter

these effect is enough for this project