JayAnimator / JayAnimator.uplugin
JayAnimator.uplugin
Raw
{
	"FileVersion": 3,
	"Version": 1,
	"VersionName": "1.0",
	"EngineVersion": "5.7.0",
	"FriendlyName": "JayAnimator",
	"Description": "A lightweight tweening and animation framework that enables flexible, code-driven runtime animation workflows.",
	"Category": "Engine Tools",
	"CreatedBy": "JPlugs",
	"CreatedByURL": "https://jplugs.github.io",
	"FabURL": "fab://listing/cca8a3dc-ed69-41f1-a77c-76c85d7c9504",
	"DocsURL": "https://jplugs.github.io/unreal/jay-animator/",
	"SupportURL": "https://jplugs.github.io/#support-section",
	"CanContainContent": false,
	"IsBetaVersion": false,
	"IsExperimentalVersion": false,
	"Installed": false,
	"Modules": [
		{
			"Name": "JayAnimator",
			"Type": "Runtime",
			"LoadingPhase": "Default",
			"PlatformAllowList": [ "Win64" ]
		}
	]
}