Skip to content

Commit ad40935

Browse files
Adds legacyFolders property to package manifest.
1 parent 1c5f922 commit ad40935

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

Assets/UdonSharp/package.json

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
{
2-
"name": "com.merlinvr.udonsharp",
3-
"displayName": "UdonSharp",
4-
"version": "1.0.0-dev-serialization",
5-
"unity": "2019.4",
6-
"description": "An experimental compiler for compiling C# to Udon assembly",
7-
"gitDependencies": {
8-
"com.vrchat.base": "https://github.com/vrchat/packages.git?path=/packages/com.vrchat.base#3.0.1",
9-
"com.vrchat.worlds": "https://github.com/vrchat/packages.git?path=/packages/com.vrchat.worlds#3.0.1"
10-
},
11-
"url": "https://github.com/vrchat-community/UdonSharp.git?path=Assets/UdonSharp#1.0-dev-serialization",
12-
"samples": [
13-
{
14-
"displayName": "CustomInspectors",
15-
"description": "Custom Inspector Example",
16-
"path": "Samples~/CustomInspectors"
17-
},
18-
{
19-
"displayName": "Tutorials",
20-
"description": "Tutorials Example",
21-
"path": "Samples~/Tutorials"
22-
}
23-
]
2+
"name" : "com.merlinvr.udonsharp",
3+
"displayName" : "UdonSharp",
4+
"version" : "1.0.0-dev-serialization",
5+
"unity" : "2019.4",
6+
"description" : "An experimental compiler for compiling C# to Udon assembly",
7+
"gitDependencies" : {
8+
"com.vrchat.base" : "https://github.com/vrchat/packages.git?path=/packages/com.vrchat.base#3.0.1",
9+
"com.vrchat.worlds" : "https://github.com/vrchat/packages.git?path=/packages/com.vrchat.worlds#3.0.1"
10+
},
11+
"url" : "https://github.com/vrchat-community/UdonSharp.git?path=Assets/UdonSharp#1.0-dev-serialization",
12+
"samples" : [
13+
{
14+
"displayName" : "CustomInspectors",
15+
"description" : "Custom Inspector Example",
16+
"path" : "Samples~/CustomInspectors"
17+
},
18+
{
19+
"displayName" : "Tutorials",
20+
"description" : "Tutorials Example",
21+
"path" : "Samples~/Tutorials"
22+
}
23+
],
24+
"legacyFolders" : {
25+
"Assets\\UdonSharp" : "b031f928e5c709b4887f6513084aaa51",
26+
"Assets\\Gizmos\\UdonSharp" : "6e940dfc89ce4ca41b651e05bc21be6b"
27+
}
2428
}

0 commit comments

Comments
 (0)