Move third party assets to ThirdParty folder
This commit is contained in:
43
Assets/ThirdParty/UltimateXR/package.json
vendored
Normal file
43
Assets/ThirdParty/UltimateXR/package.json
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "com.vrmada.ultimatexr-unity",
|
||||
"version": "1.0.0",
|
||||
"displayName": "UltimateXR",
|
||||
"description": "UltimateXR is a free, open source XR framework and toolkit for Unity that includes powerful features such as:\n \u25AA Cross-device compatibility\n \u25AA Full native multiplayer support\n \u25AA State-of-the-art grab and manipulation mechanics\n \u25AA Advanced hand pose editor\n \u25AA Inclusion through a library of gender- and race-agnostic hands\n \u25AA Customizable full body avatar representation\n \u25AA Advanced UI components\n \u25AA Locomotion mechanics\n \u25AA Fully documented API\n \u25AA High-quality assets\n...And much more!\n\nDon't forget to install the samples for a nice showcase of all features.",
|
||||
"unity": "2021.2",
|
||||
"unityRelease": "2f1",
|
||||
"documentationUrl": "https://www.ultimatexr.io/guides/getting-started/",
|
||||
"changelogUrl": "https://github.com/VRMADA/ultimatexr-unity/blob/main/CHANGELOG.md",
|
||||
"licensesUrl": "https://github.com/VRMADA/ultimatexr-unity/blob/main/LICENSE",
|
||||
"dependencies": {
|
||||
"com.unity.xr.management": "4.2.1",
|
||||
"com.unity.render-pipelines.universal": "12.1.6"
|
||||
},
|
||||
"keywords": [
|
||||
"XR",
|
||||
"virtual",
|
||||
"augmented",
|
||||
"reality",
|
||||
"framework",
|
||||
"avatar",
|
||||
"metaverse",
|
||||
"spatial",
|
||||
"computing"
|
||||
],
|
||||
"author": {
|
||||
"name": "VRMADA",
|
||||
"email": "info@ultimatexr.io",
|
||||
"url": "https://www.ultimatexr.io"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Full Scene",
|
||||
"description": "Complete Sci-Fi example scenario showcasing half-body avatars, complex manipulation, weapon system and much more. Uses the Universal Render Pipeline.",
|
||||
"path": "Samples~/FullScene"
|
||||
},
|
||||
{
|
||||
"displayName": "Input Debug",
|
||||
"description": "Scene with a debug panel showing connected XR device info and input states.",
|
||||
"path": "Samples~/Input"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user