You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: