-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.25 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.25 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
47
48
49
50
51
52
53
54
55
{
"name": "com.clerin.unity.shader-ide-bridge-rider",
"displayName": "Clerin Shader IDE Bridge (Rider)",
"version": "0.1.0",
"unity": "6000.3",
"description": "Unity Shader/HLSL open bridge for JetBrains Rider with setup diagnostics.",
"keywords": [
"unity",
"unity3d",
"unity-editor",
"unity-package",
"upm",
"editor-tool",
"ide-integration",
"jetbrains-rider",
"shader",
"compute-shader",
"hlsl",
"rider",
"ide",
"bridge",
"urp",
"hdrp",
"builtin"
],
"author": {
"name": "Clerin",
"url": "https://techblog.clerindev.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/jinhyeonseo01/UnityShaderIDEBridge-Rider.git"
},
"license": "MIT",
"samples": [
{
"displayName": "URP Basic",
"description": "Basic URP shader/hlsl bridge sample.",
"path": "Samples~/URP-Basic"
},
{
"displayName": "HDRP Basic",
"description": "Basic HDRP shader/hlsl bridge sample.",
"path": "Samples~/HDRP-Basic"
},
{
"displayName": "BuiltIn Basic",
"description": "Basic BuiltIn shader/hlsl bridge sample.",
"path": "Samples~/BuiltIn-Basic"
}
],
"dependencies": {
"com.unity.ide.rider": "3.0.39"
}
}