Skip to content

Commit

Permalink
Merge pull request #338 from De-Panther/input_profiles_0_6_0
Browse files Browse the repository at this point in the history
Set minimum WebXR Input Profiles Loader version to 0.6.0
  • Loading branch information
De-Panther authored Jan 15, 2024
2 parents 135a49a + c7af1b3 commit 6bf7e41
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 56 deletions.
5 changes: 2 additions & 3 deletions DebugProjects/Unity2020.3/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.de-panther.webxr-input-profiles-loader": "0.4.0",
"com.de-panther.webxr-input-profiles-loader": "0.6.0",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.8",
"com.unity.ide.vscode": "1.2.5",
Expand Down Expand Up @@ -48,8 +48,7 @@
"name": "OpenUPM",
"url": "https://package.openupm.com",
"scopes": [
"com.de-panther",
"com.atteneder"
"com.de-panther"
]
}
]
Expand Down
35 changes: 17 additions & 18 deletions DebugProjects/Unity2020.3/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"dependencies": {
"com.atteneder.gltfast": {
"version": "4.4.8",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.4.11"
},
"url": "https://package.openupm.com"
},
"com.de-panther.webxr": {
"version": "file:webxr",
"depth": 0,
Expand All @@ -22,12 +9,12 @@
}
},
"com.de-panther.webxr-input-profiles-loader": {
"version": "0.4.0",
"version": "0.6.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.atteneder.gltfast": "4.4.8"
"com.unity.cloud.gltfast": "5.2.0"
},
"url": "https://package.openupm.com"
},
Expand All @@ -36,18 +23,30 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.de-panther.webxr": "0.19.0"
"com.de-panther.webxr": "0.20.0"
}
},
"com.unity.burst": {
"version": "1.4.11",
"version": "1.6.6",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.gltfast": {
"version": "5.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.burst": "1.6.6"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
Expand Down Expand Up @@ -81,7 +80,7 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.1",
"version": "1.2.6",
"depth": 2,
"source": "registry",
"dependencies": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ MonoBehaviour:
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_EnablePreviewPackages: 0
m_EnablePackageDependencies: 0
m_EnablePreviewPackages: 1
m_EnablePackageDependencies: 1
m_AdvancedSettingsExpanded: 1
m_ScopedRegistriesSettingsExpanded: 1
oneTimeWarningShown: 0
oneTimeWarningShown: 1
m_Registries:
- m_Id: main
m_Name:
Expand All @@ -29,7 +29,6 @@ MonoBehaviour:
m_Url: https://package.openupm.com
m_Scopes:
- com.de-panther
- com.atteneder
m_IsDefault: 0
m_Capabilities: 0
m_UserSelectedRegistryName: OpenUPM
Expand All @@ -42,13 +41,11 @@ MonoBehaviour:
m_Url: https://package.openupm.com
m_Scopes:
- com.de-panther
- com.atteneder
m_IsDefault: 0
m_Capabilities: 0
m_Modified: 0
m_Name: OpenUPM
m_Url: https://package.openupm.com
m_Scopes:
- com.de-panther
- com.atteneder
m_SelectedScopeIndex: 0
3 changes: 0 additions & 3 deletions Documentation/Using-XR-Interaction-Toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ Simplest way to do it is to set a `Scoped Registry` in `Project Settings > Packa
Name: OpenUPM
URL: https://package.openupm.com
Scope(s): com.de-panther
com.atteneder
```

The `com.atteneder` is needed when using the WebXR Input Profiles Loader package.

![Package Manager Settings](unity-webxr-export-package-manager-settings.png)

Import the packages in the Package Manager window.
Expand Down
5 changes: 2 additions & 3 deletions MainProject/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"name": "OpenUPM",
"url": "https://package.openupm.com",
"scopes": [
"com.de-panther",
"com.atteneder"
"com.de-panther"
]
}
],
"dependencies": {
"com.de-panther.webxr-input-profiles-loader": "0.4.0",
"com.de-panther.webxr-input-profiles-loader": "0.6.0",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
Expand Down
29 changes: 14 additions & 15 deletions MainProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"dependencies": {
"com.atteneder.gltfast": {
"version": "4.4.8",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.4.11"
},
"url": "https://package.openupm.com"
},
"com.de-panther.webxr": {
"version": "file:webxr",
"depth": 0,
Expand All @@ -22,12 +9,12 @@
}
},
"com.de-panther.webxr-input-profiles-loader": {
"version": "0.4.0",
"version": "0.6.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.atteneder.gltfast": "4.4.8"
"com.unity.cloud.gltfast": "5.2.0"
},
"url": "https://package.openupm.com"
},
Expand All @@ -48,6 +35,18 @@
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.gltfast": {
"version": "5.2.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.burst": "1.6.6"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
Expand Down
5 changes: 2 additions & 3 deletions MainProject/ProjectSettings/PackageManagerSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ MonoBehaviour:
m_Url: https://package.openupm.com
m_Scopes:
- com.de-panther
- com.atteneder
m_IsDefault: 0
m_Capabilities: 0
m_ConfigSource: 4
Expand All @@ -40,6 +39,6 @@ MonoBehaviour:
m_RegistryInfoDraft:
m_Modified: 0
m_ErrorMessage:
m_UserModificationsInstanceId: -836
m_OriginalInstanceId: -840
m_UserModificationsInstanceId: -834
m_OriginalInstanceId: -838
m_LoadAssets: 0
3 changes: 3 additions & 0 deletions Packages/webxr-interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Minimum WebXR Input Profiles Loader version 0.6.0.

## [0.20.0] - 2023-12-18
### Added
- An option to set depthStencilFormat in MixedRealityCaptureController.
Expand Down
4 changes: 1 addition & 3 deletions Packages/webxr-interactions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Scope(s): com.de-panther

Then in `Window > Package Manager` selecting `Packages: My Registries` and the WebXR Interactions package would be available for install.

The WebXR Interactions package supports the [WebXR Input Profiles Loader](https://github.com/De-Panther/webxr-input-profiles-loader) package and depends on [glTFast](https://github.com/atteneder/glTFast) for that.

Add `com.atteneder` to the scopes list of the OpenUPM registry for Unity to locate the glTFast package.
The WebXR Interactions package supports the [WebXR Input Profiles Loader](https://github.com/De-Panther/webxr-input-profiles-loader) package and depends on [glTFast](https://docs.unity3d.com/Packages/com.unity.cloud.gltfast@latest) for that.

### Using Git (DON'T! OpenUPM is better)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "com.de-panther.webxr-input-profiles-loader",
"expression": "0.4.0",
"expression": "0.6.0",
"define": "WEBXR_INPUT_PROFILES"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"versionDefines": [
{
"name": "com.de-panther.webxr-input-profiles-loader",
"expression": "0.4.0",
"expression": "0.6.0",
"define": "WEBXR_INPUT_PROFILES"
},
{
Expand Down

0 comments on commit 6bf7e41

Please sign in to comment.