Skip to content

Commit

Permalink
Update UPlugin file to include IKRig as a requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Vodhanel committed Jul 6, 2022
1 parent 91f4d1d commit e21723c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions UnrealPlugin/DazToUnreal/DazToUnreal.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"FriendlyName": "DazToUnreal",
"Description": "",
"Category": "Other",
"CreatedBy": "Daz 3D, Inc",
"CreatedBy": "David Vodhanel",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/070a312bc04c48bcb1a4d193aaddf73e",
Expand All @@ -20,23 +20,23 @@
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64","Mac"
"Win64"
]
},
{
"Name": "DazToUnrealDeveloper",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64","Mac"
"Win64"
]
},
{
"Name": "DazToUnrealRuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64","Mac"
"Win64"
]
}
],
Expand All @@ -46,6 +46,11 @@
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "IKRig",
"Enabled": true,
"Optional": true
}
]
}
}

0 comments on commit e21723c

Please sign in to comment.