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
12 changed files
with
69 additions
and
21 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
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", | ||
"documentationUrl": "https://realitytoolkit.io", | ||
"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.3", | ||
"unity": "2021.3", | ||
"homepage": "https://github.com/realitycollective", | ||
"unity": "2022.3", | ||
"homepage": "https://realitytoolkit.io", | ||
"bugs": { | ||
"url": "https://github.com/realitycollective/realitytoolkit.dev/issues" | ||
"url": "https://github.com/realitycollective/com.realitytoolkit.devtools/issues" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -24,9 +27,12 @@ | |
"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.realitytoolkit.core": "1.0.0-pre.48", | ||
"com.realitytoolkit.player": "1.0.4", | ||
"com.unity.ugui": "1.0.0" | ||
}, | ||
"assets": [ | ||
|
@@ -35,4 +41,4 @@ | |
"path": "Assets~/" | ||
} | ||
] | ||
} | ||
} |