|
1 | 1 | {
|
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 | + } |
24 | 28 | }
|
0 commit comments