generated from realitycollective/com.realitytoolkit.upm.template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
111 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright (c) Reality Collective. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("1.0.0")] | ||
[assembly: AssemblyTitle("com.realitytoolkit.openxr.editor")] | ||
[assembly: AssemblyCompany("Reality Collective")] | ||
[assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright (c) Reality Collective. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("1.0.0")] | ||
[assembly: AssemblyTitle("com.realitytoolkit.openxr")] | ||
[assembly: AssemblyCompany("Reality Collective")] | ||
[assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...Service/IOpenXRControllerServiceModule.cs → ...rollers/IOpenXRControllerServiceModule.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
Runtime/Input/Controllers/OpenXRControllerServiceModule.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Copyright (c) Reality Collective. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
using RealityCollective.ServiceFramework.Attributes; | ||
using RealityToolkit.Input.Controllers; | ||
using RealityToolkit.Input.Interfaces; | ||
using UnityEngine; | ||
|
||
namespace RealityToolkit.OpenXR.Input.Controllers | ||
{ | ||
[RuntimePlatform(typeof(OpenXRPlatform))] | ||
[System.Runtime.InteropServices.Guid("a5099f91-b390-4155-894a-309fbd73febb")] | ||
public class OpenXRControllerServiceModule : BaseControllerServiceModule, IOpenXRControllerServiceModule | ||
{ | ||
/// <inheritdoc /> | ||
public OpenXRControllerServiceModule(string name, uint priority, OpenXRControllerServiceModuleProfile profile, IInputService parentService) | ||
: base(name, priority, profile, parentService) { } | ||
} | ||
} |
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
Runtime/Input/Controllers/OpenXRControllerServiceModuleProfile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Copyright (c) Reality Collective. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
using RealityToolkit.Definitions.Controllers; | ||
|
||
namespace RealityToolkit.OpenXR.Input.Controllers | ||
{ | ||
/// <summary> | ||
/// Configuration profile for <see cref="OpenXRControllerServiceModule"/>. | ||
/// </summary> | ||
public class OpenXRControllerServiceModuleProfile : BaseControllerServiceModuleProfile | ||
{ | ||
/// <inheritdoc /> | ||
public override ControllerDefinition[] GetDefaultControllerOptions() | ||
{ | ||
return null; | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
Runtime/Input/Controllers/OpenXRControllerServiceModuleProfile.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
{ | ||
"name": "com.realitytoolkit.openxr", | ||
"displayName": "RealityToolkit.OpenXR", | ||
"description": "The openxr framework of the Reality Toolkit by the Reality Collective", | ||
"description": "The openxr framework of the Reality Toolkit by the Reality Collective.", | ||
"version": "1.0.0-pre.0", | ||
"documentationUrl": "https://realitytoolkit.io", | ||
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.openxr/releases", | ||
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.openxr/blob/main/LICENSE.md", | ||
"keywords": [ | ||
"VR", | ||
"AR", | ||
"XR", | ||
"Mixed Reality" | ||
], | ||
"version": "1.0.0-pre.0", | ||
"unity": "2021.3", | ||
"homepage": "https://github.com/realitycollective", | ||
"unity": "2022.3", | ||
"homepage": "https://realitytoolkit.io", | ||
"bugs": { | ||
"url": "https://github.com/realitycollective/com.realitytoolkit.openxr/issues" | ||
}, | ||
|
@@ -24,8 +27,11 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/realitycollective" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://package.openupm.com" | ||
}, | ||
"dependencies": { | ||
"com.realitytoolkit.core": "1.0.0-pre.39", | ||
"com.realitytoolkit.core": "1.0.0-pre.48", | ||
"com.unity.xr.openxr": "1.10.0" | ||
}, | ||
"assets": [ | ||
|