Nick10323 / GhostMeshPlugin

This is a UE4 plugin that can create ghost mesh in Unreal Engine 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GhostMeshPlugin

This is a UE4 plugin that can create ghost mesh in Unreal Engine 4.

For other Unreal Engine version, please check out the branches.

Installation

  1. Just put the GhostMesh folder in the Plugins folder in your project. If there is no such a folder, create one(eg. C:/Dev/PluginTestProject/Plugins/).
  2. Right click .uproject file, generate visual studio file.
  3. Open visual studio, recompile the project.

How to use this?

Please check out the tutorial.


Actually I am not satisfied with current method to generate ghost mesh, because each ghost mesh still contains a skeleton.

I am considering to generate a static mesh for performance.

About

This is a UE4 plugin that can create ghost mesh in Unreal Engine 4.

License:MIT License


Languages

Language:C++ 80.9%Language:C# 11.4%Language:C 7.7%