-
-
Save Solessfir/b74b416ef8ce0a323a22d9a3590faa51 to your computer and use it in GitHub Desktop.
Minimal GAS project descriptor that "Disables Engine Plugins by Default" for Unreal Engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FileVersion": 3, | |
"EngineAssociation": "", | |
"Category": "", | |
"Description": "Minimum GAS viable plugin dependencies for a usable Unreal Engine project", | |
"DisableEnginePluginsByDefault": true, | |
"Plugins": [ | |
{ | |
"Name": "ACLPlugin", | |
"Enabled": true | |
}, | |
{ | |
"Name": "AnimationData", | |
"Enabled": true | |
}, | |
{ | |
"Name": "AssetManagerEditor", | |
"Enabled": true | |
}, | |
{ | |
"Name": "AssetSearch", | |
"Enabled": true | |
}, | |
{ | |
"Name": "CommonUI", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserAliasDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserAssetDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserClassDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ContentBrowserFileDataSource", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ControlRig", | |
"Enabled": true | |
}, | |
{ | |
"Name": "EnhancedInput", | |
"Enabled": true | |
}, | |
{ | |
"Name": "EngineAssetDefinitions", | |
"Enabled": true | |
}, | |
{ | |
"Name": "EnvironmentQueryEditor", | |
"Enabled": true | |
}, | |
{ | |
"Name": "GameplayAbilities", | |
"Enabled": true | |
}, | |
{ | |
"Name": "GameplayTagsEditor", | |
"Enabled": true | |
}, | |
{ | |
"Name": "GitSourceControl", | |
"Enabled": true | |
}, | |
{ | |
"Name": "IKRig", | |
"Enabled": true | |
}, | |
{ | |
"Name": "Metasound", | |
"Enabled": true | |
}, | |
{ | |
"Name": "ModelingToolsEditorMode", | |
"Enabled": true, | |
"TargetAllowList": [ | |
"Editor" | |
] | |
}, | |
{ | |
"Name": "Niagara", | |
"Enabled": true | |
}, | |
{ | |
"Name": "OodleNetwork", | |
"Enabled": true | |
}, | |
{ | |
"Name": "PluginBrowser", | |
"Enabled": true | |
}, | |
{ | |
"Name": "PropertyAccessNode", | |
"Enabled": true | |
}, | |
{ | |
"Name": "RiderSourceCodeAccess", | |
"Enabled": true | |
}, | |
{ | |
"Name": "TextureFormatOodle", | |
"Enabled": true | |
}, | |
{ | |
"Name": "VisualStudioSourceCodeAccess", | |
"Enabled": true | |
}, | |
{ | |
"Name": "WorldPartitionHLODUtilities", | |
"Enabled": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment