Open ea8885 opened 1 year ago
try to build for Linux Ubuntu UE5.3.2
I just got it working in 5.3 for windows.
I had to change line 49 on VlcMedia.Build.cs
VlcDirectory = Path.Combine(VlcDirectory, Target.Architecture, "lib");
to
VlcDirectory = Path.Combine(VlcDirectory, Target.Architecture.ToString(), "lib");
I didn't test on Mac or Linux though.
Will this plug in be updated for 5.3?