diff --git a/Config/FilterPlugin.ini b/Config/FilterPlugin.ini new file mode 100644 index 0000000..bd4d3e2 --- /dev/null +++ b/Config/FilterPlugin.ini @@ -0,0 +1,10 @@ +[FilterPlugin] +; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and +; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively. +; +; Examples: +; /README.txt +; /Extras/... +; /Binaries/ThirdParty/*.dll +/LICENSE +/README.md diff --git a/TTToolbox.uplugin b/TTToolbox.uplugin index e91e6bc..d59ee57 100644 --- a/TTToolbox.uplugin +++ b/TTToolbox.uplugin @@ -1,15 +1,15 @@ { "FileVersion": 3, - "Version": 1, - "VersionName": "1.0", + "Version": 2, + "VersionName": "0.2", "FriendlyName": "TTToolbox", "Description": "tuatec's toolbox for automated character integrations", - "Category": "Other", + "Category": "Scripting", "CreatedBy": "Achim Turan", - "CreatedByURL": "", - "DocsURL": "", - "MarketplaceURL": "", - "SupportURL": "", + "CreatedByURL": "https://www.instagram.com/tuatec/", + "DocsURL": "https://youtube.com/playlist?list=PLslFX7TZAr8_kS1zdzEvrjBXI1gMRckZE", + "MarketplaceURL": "https://github.com/tuatec/TTToolbox/releases", + "SupportURL": "https://github.com/tuatec/TTToolbox/issues", "CanContainContent": true, "IsBetaVersion": false, "IsExperimentalVersion": false, @@ -17,8 +17,14 @@ "Modules": [ { "Name": "TTToolbox", - "Type": "Runtime", + "Type": "Editor", "LoadingPhase": "Default" } + ], + "Plugins": [ + { + "Name": "IKRig", + "Enabled": true + } ] } \ No newline at end of file