Arisego / UnrealLive2D

UE4 plugin for live2d model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnRealLive2D

Unreal Engine plugin for Live2D model.

Screen Shot

The model logic part is based on CubismNativeFramework.

The render part take advantage of the global shader plugin system.

Usage

  1. Put this plugin in your project's Plugin folder
  2. Download Cubism Native SDK and copy lib and include to CubismLibrary folder

A sample of the plugin usage can be found here.

You must donwload the corresponding version of Cubism Native SDK, or someting may not work as expected.

After plugin is compiled and installed, you can find CubismMap in plugin content folder. That's the sample map showing how model is rendered to RenderTarget and then displayed in UMG and World.

If you want to package game with the models in plugin folder, remeber to add ../Plugins/UnrealLive2D/Content/Samples to your package copy path.

Notice

This plugin was tested on Win64 envrioment only, it was supposed to work on all the platform that Cubism Native SDK supported, but some additional work might be needed. You can start with configuring UnrealLive2D.Build.cs.

Render result is only tested with Hiyori and Mark.

Some of the logic is not linked to blueprint and the control of the model logic is a bit dirty, this plugin is intend to be a good start for project that want to use Live2D model in Unreal Engine.

There will be NO Edtior part for this plugin.

About

UE4 plugin for live2d model

License:MIT License


Languages

Language:C++ 99.4%Language:C# 0.3%Language:CMake 0.2%Language:C 0.1%