Import Live2D and read mtn file In Unity3D
Unity 5.4.0f3
Live2D for Unity SDK 2.1
you can find SDK here
Extract file you will see content like below
In Unity project new five folder in Assets :Editor, Live2D, Resources, Scene and Scripts.
like below
##Import Live2D
將Live2D SDK中的
1、ramework
2、lib/Live2DUnity.dll
3、lib/ Resources
拖曳至Assets/Live2D下。
再來一樣由Live2D SDK中:
1、sample
2、utils
兩個資料夾放入Assets/Scripts中
接著把CreateCanvas.cs與Live2DImporter.cs放置在Assets/Editor下
##Import Live2D model
將要使用的Live2D model放置在Assets/Resources/live2d下
並將Live2D_Canvas拖曳至Assets/Resources/下方
這邊使用Live2D 中 Sample Material的haru
完成後會在menu bar中看到Live2D的選項,
有這個選項就可以在場景中建置一個放置Model的Canvas。
#呼叫mtn檔的方法 1