readyplayerme / rpm-unreal-sdk

Ready Player Me Unreal SDK
Other
23 stars 9 forks source link

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

Closed jimsimonz closed 1 year ago

jimsimonz commented 1 year 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 1 year ago

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

jimsimonz commented 1 year 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 1 year ago

fixed in latest repo