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.
* Update to latest core (#19) * Update manifest * Add TextMeshPro as a dependency for the package * Remove Enable() / Disable() overrides Co-authored-by: realitycollectivebuildbot <[email protected]> Co-authored-by: Dino Fejzagić <[email protected]>
- Loading branch information
1 parent
369ddbd
commit be2cb8d
Showing
14 changed files
with
79 additions
and
57 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.3")] | ||
[assembly: AssemblyTitle("com.realitytoolkit.devtools.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
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.3")] | ||
[assembly: AssemblyTitle("com.realitytoolkit.devtools")] | ||
[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,20 @@ | |
"name": "com.realitytoolkit.devtools", | ||
"displayName": "RealityToolkit.DevTools", | ||
"description": "A collection of services, utilities and tools useful for developing immersive experiences using the Reality Toolkit.", | ||
"version": "1.0.3-pre.3", | ||
"documentationUrl": "https://realitytoolkit.realitycollective.net/", | ||
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.devtools/releases", | ||
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.devtools/blob/main/LICENSE.md", | ||
"keywords": [ | ||
"VR", | ||
"AR", | ||
"XR", | ||
"Mixed Reality" | ||
], | ||
"version": "1.0.2-pre.1", | ||
"unity": "2021.3", | ||
"homepage": "https://github.com/realitycollective", | ||
"unity": "2022.3", | ||
"homepage": "https://realitytoolkit.realitycollective.net/", | ||
"bugs": { | ||
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues" | ||
"url": "https://github.com/realitycollective/com.realitytoolkit.devtools/issues" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -24,10 +27,14 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/realitycollective" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://package.openupm.com" | ||
}, | ||
"dependencies": { | ||
"com.realitytoolkit.core": "1.0.0-pre.37", | ||
"com.realitytoolkit.player": "1.0.3-pre.1", | ||
"com.unity.ugui": "1.0.0" | ||
"com.realitytoolkit.core": "1.0.0-pre.48", | ||
"com.realitytoolkit.player": "1.0.4", | ||
"com.unity.ugui": "1.0.0", | ||
"com.unity.textmeshpro": "3.0.8" | ||
}, | ||
"assets": [ | ||
{ | ||
|