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
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");
Will this plug in be updated for 5.3?
The text was updated successfully, but these errors were encountered: