rlewicki / MeleeTrace

Unreal Engine plugin that enables user to accurately trace melee hits in the game using interpolation between sockets defined directly on the character or weapon mesh.
https://www.unrealengine.com/marketplace/en-US/product/melee-trace
MIT License
40 stars 8 forks source link

Example project? #5

Closed unreal79 closed 7 months ago

unreal79 commented 7 months ago

Is there example project?

unreal79 commented 7 months ago

Ok, I slapped together some meshes and custom (ugly) animation, and setup Melee Trace system (that was surprisingly easy). Works great! Do you want the example project?

rlewicki commented 7 months ago

Hi @unreal79, I have my pet project where I test my changes however I cannot make it publicly available due to license issue as I'm using some other marketplace assets. If you have a project and can make it available on GitHub I am more than happy to link it in the README description!

unreal79 commented 7 months ago

Here is the example project: https://github.com/unreal79/Melee-Trace-Example-1 -- if you wish, you may fork it.

Thanks a lot for your hard work with the plugin. Really appreciate it!

rlewicki commented 7 months ago

Hey @unreal79 sorry for the late response. I've added new section to the README file and attached link to your project. Thank you for sharing this with the community!