Files
UShaderLab/UShaderLab.uplugin
Eragon-Brisingr a861b4680b Init repo
2026-06-30 15:36:02 +08:00

29 lines
594 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UShaderLab",
"Description": "Unity-ShaderLab-like text DSL that builds in-memory Substrate materials.",
"Category": "Rendering",
"CreatedBy": "FlecsProj",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "UShaderLab",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "UShaderLabEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}