-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Simon (Darkside) Jackson <[email protected]>
- Loading branch information
1 parent
fd270d2
commit 44e4d60
Showing
24 changed files
with
101 additions
and
30 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.metaplatform.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.metaplatform.editor.buildpipeline")] | ||
[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
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
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
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.metaplatform")] | ||
[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
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
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
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
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
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
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
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...yerService/IMetaPlayerRigServiceModule.cs → ...layer/Rigs/IMetaPlayerRigServiceModule.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.
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.
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "com.realitytoolkit.metaplatform", | ||
"displayName": "RealityToolkit.MetaPlatform", | ||
"description": "The Meta platform module for the Reality Toolkit by the Reality Collective.", | ||
"version": "1.0.0-pre.13", | ||
"documentationUrl": "https://www.realitytoolkit.io/", | ||
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/releases", | ||
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/blob/main/LICENSE.md", | ||
|
@@ -17,11 +18,10 @@ | |
"oculus", | ||
"quest" | ||
], | ||
"version": "1.0.0-pre.13", | ||
"unity": "2022.3", | ||
"homepage": "https://github.com/realitycollective", | ||
"homepage": "https://realitytoolkit.io", | ||
"bugs": { | ||
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues" | ||
"url": "https://github.com/realitycollective/com.realitytoolkit.metaplatform/issues" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -33,9 +33,12 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/realitycollective" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://package.openupm.com" | ||
}, | ||
"dependencies": { | ||
"com.realitytoolkit.core": "1.0.0-pre.47", | ||
"com.realitytoolkit.player": "1.0.4-pre.3", | ||
"com.realitytoolkit.core": "1.0.0-pre.48", | ||
"com.realitytoolkit.player": "1.0.4", | ||
"com.realitytoolkit.boundary": "1.0.0-pre.2", | ||
"com.unity.xr.oculus": "4.2.0" | ||
}, | ||
|
@@ -45,4 +48,4 @@ | |
"path": "Assets~/" | ||
} | ||
] | ||
} | ||
} |