Unreal_Engine_SerialCOM_Plugin icon indicating copy to clipboard operation
Unreal_Engine_SerialCOM_Plugin copied to clipboard

Requirements for Building Plugin (UE 5.0.1)

Open mcorrigan opened this issue 3 years ago • 3 comments

Using the UE5 EA version of the plugin works for UE 5.0.1 but rebuilding requires .NET Framework 4.8 SDK to work (the general .NET SDK will not work).

Installing .NET SDK: (assuming you have already have installed Visual Studio Community/Enterprise/Professional) Launch Visual Studio Installer Click Modify Select the tab: Individual components Check the box: .NET Framework 4.8 SDK (filter by SDK if you need to) Click the Modify button to confirm changes and install the SDK

The plugin should build properly now when prompted on UE 5 start-up.

mcorrigan avatar May 14 '22 20:05 mcorrigan

@mcorrigan U can grap it from here https://github.com/HasanEltantawy/Unreal_Engine_SerialCOM_Plugin/tree/main/SerialCOM/SerialComPlugin/SERIALCOM_UE501

7Eltantawy avatar Jun 14 '22 00:06 7Eltantawy

Would there be any updates for this for UE5.0.3? I am unable to downgrade to 5.0.1.

Jxke avatar Aug 09 '22 09:08 Jxke

It does work also for 5.0.3 @Jxke

AmilcareDP avatar Aug 29 '22 13:08 AmilcareDP