FixIt.uplugin 830 B
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.11",
"FriendlyName": "FixIt",
"Description": "A real-time feedback tool",
"Category": "Tools",
"CreatedBy": "MachinMachines",
"CreatedByURL": "https://machinmachines.froggit.page/machinmachines/",
"DocsURL": "https://lab.frogg.it/machinmachines/unreal/fixit/-/wikis/home",
"MarketplaceURL": "",
"SupportURL": "https://lab.frogg.it/machinmachines/unreal/fixit/",
"CanContainContent": true,
"SupportedTargetPlatforms": [
"Win64",
"XSX",
"PS5"
],
"Modules": [
{
"Name": "FixItCore",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"XSX",
"PS5"
]
},
{
"Name": "FixIt",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"XSX",
"PS5"
]
}
]
}