Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NoahZuo/GhostMeshPlugin
This is a UE4 plugin that can create ghost mesh in Unreal Engine 4.
https://github.com/NoahZuo/GhostMeshPlugin
Last synced: about 1 month ago
JSON representation
This is a UE4 plugin that can create ghost mesh in Unreal Engine 4.
- Host: GitHub
- URL: https://github.com/NoahZuo/GhostMeshPlugin
- Owner: NoahZuo
- License: mit
- Created: 2016-06-18T02:06:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T15:37:43.000Z (almost 8 years ago)
- Last Synced: 2024-07-10T15:16:26.268Z (5 months ago)
- Language: C++
- Size: 14.7 MB
- Stars: 86
- Watchers: 16
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unreal - GhostMeshPlugin - This is a UE4 plugin that can create ghost mesh in Unreal Engine 4 (Graphics)
- awesome_unreal_engine_4_-_5 - Ghost Mesh
- awesome_unreal_engine_4_-_5 - Ghost Mesh
README
# 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](https://www.youtube.com/watch?v=IceIFB7HaRA).----
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.