Files
BusyRabbit/Plugins/SpinePlugin/SpinePlugin.uplugin
2025-09-23 02:52:33 +08:00

35 lines
737 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Spine Plugin",
"Description" : "A plugin to load and render Spine animations in Unreal Engine",
"Category" : "2D",
"CreatedBy" : "Esoteric Software",
"CreatedByURL" : "http://esotericsoftware.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : true,
"IsBetaVersion" : false,
"Installed" : false,
"Modules": [
{
"Name": "SpinePlugin",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SpineEditorPlugin",
"Type": "Editor"
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}