Files
UShaderLab/UShaderLab.uplugin
2026-07-04 13:20:24 +08:00

29 lines
587 B
Plaintext

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