-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (27 loc) · 988 Bytes
/
package.json
File metadata and controls
30 lines (27 loc) · 988 Bytes
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
{
"name": "com.rev.shadervariantcollectiontool",
"version": "1.2.1",
"displayName": "Shader Variant Collection Tools",
"description": "A comprehensive Unity tool for managing and collecting shader variants efficiently. Features material collection, keyword management, and manual runtime keyword combinations for optimized shader compilation.",
"unity": "2022.3",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/revoconner/ShaderVariantCollectionTool",
"changelogUrl": "https://github.com/revoconner/ShaderVariantCollectionTool/releases",
"licensesUrl": "https://github.com/revoconner/ShaderVariantCollectionTool/blob/main/LICENSE",
"keywords": [
"shader",
"variant",
"collection",
"optimization",
"performance",
"urp",
"vr"
],
"author": {
"name": "Rev",
"email": "[email protected]",
"url": "https://github.com/revoconner"
},
"type": "tool",
"hideInEditor": false
}