Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

74 lines
1.6 KiB
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 1,
"VersionName": "6.2.1+5.7",
"FriendlyName": "GAS Companion",
"Description": "Leveraging the power of the Gameplay Ability System, this plugin provides a starting template and a robust foundation to speed up the creation and development of GAS based projects.",
"Category": "Gameplay",
"CreatedBy": "Mickael Daniel <mklabs>",
"CreatedByURL": "https://mklabs.github.io",
"DocsURL": "https://gascompanion.github.io",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/d83c6f34c3fb4b7092dde195c37c7413",
"SupportURL": "https://github.com/GASCompanion/GASCompanion-Documentation/issues",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "GASCompanion",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "GASCompanionDeveloper",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "GASCompanionEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "ModularGameplay",
"Enabled": true
},
{
"Name": "GameFeatures",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "PluginBrowser",
"Enabled": true
},
{
"Name": "PluginUtils",
"Enabled": true
}
]
}