getnamo/UDP-Unreal

Doesnt work after project packaged

yanfeiwong opened this issue · 3 comments

Cant send or receive after project get packaged, but every thing works just fine in the editor.

Interesting, never tried to package this simple plugin. Do you have any logs or errors that can help trace the discrepancy?

Solved, seems like need some change on "UDPWrapper.uplugin" file:
"Installed": true,
"Type": "Runtime",

Excellent catch, I must've forgotten to change it when initially setting up the plugin. The update has now been made to uplugin in master branch to reflect that 02f3597.