Packaging Unreal Engine 5.5 Project for Linux with Substance 3D Plugin
Hi all,
I am using Unreal Engine 5.5 on Windows and am trying to package a project for Linux with the Substance 3D plugin enabled and textures imported into Unreal. However, the packaging process fails.
The main error seems to be related to files placed in restricted directories (NoRedist, NotForLicensees, etc.) that cannot be included in a packaged build. However, I am unable to locate these folders.
Errors message :
UATHelper: Packaging (Linux): NotForLicensees
UATHelper: Packaging (Linux): NoRedist
UATHelper: Packaging (Linux): If these files are intended to be distributed in packaged builds, move the source files out of a restricted folder, or remap them during staging using the following syntax in DefaultGame.ini:
UATHelper: Packaging (Linux): [Staging]
UATHelper: Packaging (Linux): +RemapDirectories=(From="Foo/NoRedist", To="Foo")
UATHelper: Packaging (Linux): Alternatively, allow list them using this syntax in DefaultGame.ini:
UATHelper: Packaging (Linux): [Staging]
UATHelper: Packaging (Linux): +AllowedDirectories=MyGame/Content/Foo
Does the Substance 3D plugin for Unreal Engine 5.5 support packaging for Linux? The packaging works fine for Windows, but I am encountering this issue on Linux.
Any insights or solutions would be greatly appreciated!
Thanks in advance!
