Files
SaneSlate/SaneSlate.uplugin
2026-03-24 20:21:56 -04:00

30 lines
607 B
Plaintext

{
"FileVersion": 3,
"Version": 0.1,
"VersionName": "0.1",
"FriendlyName": "Sane Slate",
"Description": "Slate for humans.",
"Category": "UI",
"CreatedBy": "Edward R. Gonzalez",
"CreatedByURL": "https://github.com/Ed94/SaneSlate",
"DocsURL": "https://github.com/Ed94/SaneSlate",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Modules":
[
{
"Name": "SaneSlate",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "SaneSlateEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}