lesii / PPMultiWindowGuide

PP Multi Window User Guide
0 stars 0 forks source link

Linux Support #2

Open aaronhdgolf opened 2 months ago

aaronhdgolf commented 2 months ago

https://dev.epicgames.com/documentation/en-us/unreal-engine/linux-development-requirements-for-unreal-engine?application_version=5.3

Here you can download the toolchain for the linux version.

Set in the PPMultiWindow.uplugin

        "PlatformAllowList": [
            "Win64",
            "Linux"

Then use D:\UE_5.3\Engine\Build\BatchFiles\RunUAT.bat BuildPlugin -plugin="D:\pluginconversion\old\PPMultiWindow\PPMultiWindow.uplugin" -package="D:\pluginconversion\new"

This will build for windows and linux it will show any errors that will need to be fixed.

lesii commented 2 months ago

I have no plan to support multiple platform right now, This plugin was developed because I need to use multi window in my project. If need support for Linux,. not only use cross compile tool chain can be done . a corresponding test env is alse required.

But it you need , you can tell me what error when you use this module. I will try to help you to modify it. of course , I can't guarantee that it will work. In fact , I have never used linux in a specific project.

Thx.

aaronhdgolf commented 2 months ago

Perfect thanks will wait for the slider to hopefully be fixed thanks.