-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.jansharp.lockstep",
"version": "1.1.2",
"description": "Lockstep networking (at least similar) infrastructure for UdonSharp.",
"displayName": "Lockstep",
"unity": "2022.3",
"author": {
"name": "JanSharp",
"email": "steinmeister36@gmail.com",
"url": "https://jansharp.github.io"
},
"dependencies": {
"com.unity.textmeshpro": "3.0.0"
},
"license": "MIT",
"vpmDependencies": {
"com.vrchat.worlds": "^3.7.4",
"com.jansharp.common": ">=1.3.1",
"com.jansharp.generic-value-editor": ">=1.0.0"
},
"url": "https://github.com/JanSharp/VRCLockstep/releases/download/v1.1.2/com.jansharp.lockstep.zip",
"changelogUrl": "https://github.com/JanSharp/VRCLockstep/blob/v1.1.2/CHANGELOG.md"
}