-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "net.bluwizard.dynfloor",
"displayName": "BluWizard LABS - Dynamic VRC Floor Collider",
"version": "2.0.0",
"unity": "2022.3",
"description": "Dynamically updating Floor Collider system that retains it's position on the Floor when you jump, allowing Tails of long length to look more natural. Uses the new VRC Raycast system.",
"changelogUrl": "https://github.com/BluWizard10/dynamic-floor/blob/main/CHANGELOG.md",
"hideInEditor": false,
"url": "https://github.com/BluWizard10/dynamic-floor.git",
"gitDependencies": {},
"vpmDependencies": {
"com.vrchat.avatars": "^3.10.3"
},
"author": {
"name": "BluWizard",
"email": "17975114+BluWizard10@users.noreply.github.com",
"url": "https://bluwizard.net"
},
"legacyPackages": []
}