jeirix / UnrealEngine5VLC

VLC Plugin for Unreal Engine 5.1.0
BSD 3-Clause "New" or "Revised" License
44 stars 14 forks source link

Support for 5.3 #3

Open ea8885 opened 1 year ago

ea8885 commented 1 year ago

Will this plug in be updated for 5.3?

JohnathanBurov commented 8 months ago

Screenshot from 2024-03-20 02-13-32 Screenshot from 2024-03-20 02-11-14 try to build for Linux Ubuntu UE5.3.2

AtomR commented 4 months ago

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.