Update directive utilities plugin
This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 3,
|
||||
"VersionName": "2.0",
|
||||
"Version": 7,
|
||||
"VersionName": "2.2.0",
|
||||
"FriendlyName": "Directive Utilities",
|
||||
"Description": "An open-source Unreal Engine plugin that provides runtime and editor utility nodes for developers.",
|
||||
"Category": "Unreal Directive",
|
||||
"CreatedBy": "Unreal Directive",
|
||||
"CreatedByURL": "https://unrealdirective.com",
|
||||
"DocsURL": "https://udcore.unrealdirective.com/",
|
||||
"MarketplaceURL": "https://unrealdirective.com",
|
||||
"DocsURL": "https://github.com/UnrealDirective/DirectiveUtilities/tree/main/Documentation",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "https://github.com/UnrealDirective/DirectiveUtilities/issues",
|
||||
"EngineVersion": "5.8.0",
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": false,
|
||||
"IsExperimentalVersion": false,
|
||||
"Installed": false,
|
||||
"Installed": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux"
|
||||
],
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "DirectiveUtilitiesRuntime",
|
||||
@@ -25,10 +31,25 @@
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "DirectiveUtilitiesBlueprintNodes",
|
||||
"Type": "UncookedOnly",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "DirectiveUtilitiesEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux"
|
||||
],
|
||||
"TargetAllowList": [
|
||||
"Editor"
|
||||
]
|
||||
@@ -50,7 +71,10 @@
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "EditorScriptingUtilities",
|
||||
"Enabled": true
|
||||
"Enabled": true,
|
||||
"TargetAllowList": [
|
||||
"Editor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "EnhancedInput",
|
||||
|
||||
Reference in New Issue
Block a user