monsieurgustav / UE-OSC

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

4.26 version #87

Closed dpredie closed 3 years ago

dpredie commented 3 years ago

Is it possible to compile this for 4.26? Epic's OSC plugin has bugs

monsieurgustav commented 3 years ago

Hi, Yes, it works with 4.26. Guillaume Envoyé depuis mon téléphone Huawei-------- Message original --------De : dpredie @.>Date : dim. 28 mars 2021 à 04:34À : monsieurgustav/UE4-OSC @.>Cc : Subscribed @.***>Objet : [monsieurgustav/UE4-OSC] 4.26 version (#87) Is it possible to compile this for 4.26? Epic's OSC plugin has bugs

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

dpredie commented 3 years ago

hi @monsieurgustav

thanks for the reply, i tried making a C++ project in 4.26, create Plugins Folder and put the "OSC" folder in there and hit generate VS files, but when i open the VS .sln project in the VS explorer the plugins folder is nowhere to be found.

dpredie commented 3 years ago

Hi, it actually compiled now. the issue is I was following the Youtube tutorial to put OSC folder in the Plugins, whereas you need to put the whole UE4-OSC folder to the Plugins folder.

monsieurgustav commented 3 years ago

I had to rename this plugin, originally named "OSC", to "UE4-OSC" to fix conflicts with the now official OSC plugin.

Le 28/03/2021 à 22:52, dpredie a écrit :

Hi, it actually compiled now. the issue is I was following the Youtube tutorial to put OSC folder in the Plugins, whereas you need to put the whole UE4-OSC folder to the Plugins folder.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/monsieurgustav/UE4-OSC/issues/87#issuecomment-808957586, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBKOLIUNZCS4MH3SCS3UO3TF6JKNANCNFSM4Z5RJWVA.

dpredie commented 3 years ago

using UE4-OSC folder instead works, thanks!