Ragatune
(Ragatune)
2
I ran into this issue now, and found a fix, discussed in the link below.
In Metahuman.uplugin change the slot of MetaHumanIdentity → “Type”: “Runtime”, to “Type”: “Editor”, like this:
{
“Name”: “MetaHumanIdentity”,
“Type”: “Editor”,
“LoadingPhase”: “Default”,
“PlatformAllowList”: [
“Win64”
]
},
Seems to Package both in Development and Shipping.