-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDreamShader.uplugin
More file actions
46 lines (46 loc) · 1.1 KB
/
Copy pathDreamShader.uplugin
File metadata and controls
46 lines (46 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"FileVersion": 3,
"Version": 150,
"VersionName": "1.5.0 - Beta",
"FriendlyName": "DreamShader",
"Description": "Author Unreal materials and material functions with DreamShaderLang .dsm/.dsh source files that auto-generate standard UMaterial and UMaterialFunction assets.",
"Category": "DreamPlugin",
"CreatedBy": "TypeDreamMoon",
"CreatedByURL": "https://github.com/TypeDreamMoon",
"DocsURL": "https://lang.64hz.cn/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/TypeDreamMoon",
"Copyright": "Copyright (c) 2026 TypeDreamMoon. All rights reserved.",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "DreamShader",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DreamShaderCompiler",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DreamShaderEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "WebSocketNetworking",
"Enabled": true
},
{
"Name": "SQLiteCore",
"Enabled": true
}
],
"IsExperimentalVersion": false
}