diff --git a/Unreal/SPIE_Avatar.uproject b/Unreal/SPIE_Avatar.uproject new file mode 100644 index 0000000..a3971d8 --- /dev/null +++ b/Unreal/SPIE_Avatar.uproject @@ -0,0 +1,42 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.6", + "Category": "", + "Description": "", + "Modules": [ + { + "Name": "SPIE_Avatar", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ], + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + }, + { + "Name": "LiveLinkControlRig", + "Enabled": true + }, + { + "Name": "MetaHumanCoreTech", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux" + ] + }, + { + "Name": "MetaHumanCharacter", + "Enabled": true + }, + { + "Name": "ScriptableToolsEditorMode", + "Enabled": true + } + ] +} \ No newline at end of file