mirror of
https://udrimavric.com/MAVRIC/Stratasys-Fortus-450mc.git
synced 2025-01-22 07:09:08 -05:00
added arfoundation submodule
This commit is contained in:
parent
72ccc1e92e
commit
4f0e72af9b
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "Packages/MAVRIC.Logging"]
|
[submodule "Packages/MAVRIC.Logging"]
|
||||||
path = Packages/MAVRIC.Logging
|
path = Packages/MAVRIC.Logging
|
||||||
url = https://github.com/LlamaWithOwl/MAVRIC.Logging.git
|
url = https://github.com/LlamaWithOwl/MAVRIC.Logging.git
|
||||||
|
[submodule "Packages/MAVRIC.XR.ARFoundation"]
|
||||||
|
path = Packages/MAVRIC.XR.ARFoundation
|
||||||
|
url = https://github.com/LlamaWithOwl/MAVRIC.XR.ARFoundation.git
|
||||||
|
1
Packages/MAVRIC.XR.ARFoundation
Submodule
1
Packages/MAVRIC.XR.ARFoundation
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3e6c7340337fe38219f7b46c6dee6acfe7c6cd2c
|
@ -1,12 +1,5 @@
|
|||||||
{
|
{
|
||||||
"scopedRegistries": [
|
"scopedRegistries": [
|
||||||
{
|
|
||||||
"name": "MAVRIC Packages",
|
|
||||||
"url": "https://devops.udri.udayton.edu/MAVRIC%20Collection/_packaging/MAVRIC/npm/registry",
|
|
||||||
"scopes": [
|
|
||||||
"edu.udayton.udri.mavric"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "OpenUPM",
|
"name": "OpenUPM",
|
||||||
"url": "https://package.openupm.com",
|
"url": "https://package.openupm.com",
|
||||||
@ -44,7 +37,6 @@
|
|||||||
"com.unity.xr.arkit": "5.0.6",
|
"com.unity.xr.arkit": "5.0.6",
|
||||||
"com.unity.xr.openxr": "1.8.1",
|
"com.unity.xr.openxr": "1.8.1",
|
||||||
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync",
|
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync",
|
||||||
"edu.udayton.udri.mavric.xr.arfoundation": "0.0.1",
|
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
"com.unity.modules.androidjni": "1.0.0",
|
"com.unity.modules.androidjni": "1.0.0",
|
||||||
"com.unity.modules.animation": "1.0.0",
|
"com.unity.modules.animation": "1.0.0",
|
||||||
|
@ -492,14 +492,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"edu.udayton.udri.mavric.xr.arfoundation": {
|
"edu.udayton.udri.mavric.xr.arfoundation": {
|
||||||
"version": "0.0.1",
|
"version": "file:MAVRIC.XR.ARFoundation",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "embedded",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.xr.arfoundation": "5.0.5",
|
"com.unity.xr.arfoundation": "5.0.5",
|
||||||
"com.unity.xr.core-utils": "2.1.0"
|
"com.unity.xr.core-utils": "2.1.0"
|
||||||
},
|
}
|
||||||
"url": "https://devops.udri.udayton.edu/MAVRIC%20Collection/_packaging/MAVRIC/npm/registry"
|
|
||||||
},
|
},
|
||||||
"com.unity.modules.ai": {
|
"com.unity.modules.ai": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
@ -26,14 +26,6 @@ MonoBehaviour:
|
|||||||
m_IsDefault: 1
|
m_IsDefault: 1
|
||||||
m_Capabilities: 7
|
m_Capabilities: 7
|
||||||
m_ConfigSource: 0
|
m_ConfigSource: 0
|
||||||
- m_Id: scoped:project:MAVRIC Packages
|
|
||||||
m_Name: MAVRIC Packages
|
|
||||||
m_Url: https://devops.udri.udayton.edu/MAVRIC%20Collection/_packaging/MAVRIC/npm/registry
|
|
||||||
m_Scopes:
|
|
||||||
- edu.udayton.udri.mavric
|
|
||||||
m_IsDefault: 0
|
|
||||||
m_Capabilities: 0
|
|
||||||
m_ConfigSource: 4
|
|
||||||
- m_Id: scoped:project:OpenUPM
|
- m_Id: scoped:project:OpenUPM
|
||||||
m_Name: OpenUPM
|
m_Name: OpenUPM
|
||||||
m_Url: https://package.openupm.com
|
m_Url: https://package.openupm.com
|
||||||
|
Loading…
Reference in New Issue
Block a user