readyplayerme / rpm-unreal-sdk

Ready Player Me Unreal SDK
Other
20 stars 8 forks source link

UE5.3 doesn't build due to missing header "Media/Public/IMediaTracks.h" #32

Closed jimsimonz closed 9 months ago

jimsimonz commented 10 months ago

Describe the bug Build fails due to missing header. The header isn't actually required so can be removed from ReadyPlayerMeComponent.cpp

//#include "Media/Public/IMediaTracks.h"

gadamyan commented 10 months ago

Thanks for the info it will be removed in the next release, and will most probably be available next week.

jimsimonz commented 10 months ago

great thanks

On Fri, 8 Sept 2023 at 10:56, Gevorg Adamyan @.***> wrote:

Thanks for the info it will be removed in the next release, and will most probably be available next week.

— Reply to this email directly, view it on GitHub https://github.com/readyplayerme/rpm-unreal-sdk/issues/32#issuecomment-1711402043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3NH6DHV6O3J5IPGYALXL3XZLTWDANCNFSM6AAAAAA4QCXQBQ . You are receiving this because you authored the thread.Message ID: @.***>

jimsimonz commented 9 months ago

fixed in latest repo