TauFrost

Results 2 comments of TauFrost

From what I've seen my guess is that the problem is in bool VRMConverter::ConvertRig(UVrmAssetListObject *vrmAssetList) #if UE_VERSION_OLDER_THAN(5,0,0) ... mc->AddDefaultMapping(); If i understand it correctly mc->AddDefaultMapping(); is what creates the mapping,...

Today i had the time to test it. Commenting out the #if UE_VERSION_OLDER_THAN(5,0,0) seem to have fixed the problem for now.