monsieurgustav / UE-OSC

OSC plugin for Unreal Engine 4 Blueprints
MIT License
323 stars 95 forks source link

Plugin conflicts with Epic OSC plugin at build time. #85

Closed Dannington closed 4 years ago

Dannington commented 4 years ago

I can only build a project if I remove Epic's plugin from the engine plugin folder - otherwise there's an a build fail error:

System.ArgumentException: An item with the same key has already been added.

It sucks that Epic just rode over this plugin - hope it's fixable - I have no idea!

monsieurgustav commented 4 years ago

I had an issue that I solved renaming OSC.uplugin to UE4-OSC.uplugin. Could you confirm it works for you too?

gaborpapp commented 4 years ago

I can confirm that renaming the .uplugin file works in 4.25.3.

monsieurgustav commented 4 years ago

OK, thanks! I pushed the renaming, so it should be fixed.