Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use openupm instead of git repository #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/LitMotion/Assets/Plugins.meta

This file was deleted.

Binary file not shown.

This file was deleted.

18 changes: 13 additions & 5 deletions src/LitMotion/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"com.cysharp.r3": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.cysharp.zstring": "https://github.com/Cysharp/ZString.git?path=src/ZString.Unity/Assets/Scripts/ZString",
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
"com.cysharp.r3": "1.1.11",
"com.cysharp.unitask": "2.5.4",
"com.cysharp.zstring": "2.6.0",
"com.neuecc.unirx": "7.1.0",
"com.unity.collab-proxy": "2.2.0",
"com.unity.feature.development": "1.0.2",
"com.unity.ide.visualstudio": "2.0.22",
Expand All @@ -14,7 +14,7 @@
"com.unity.visualeffectgraph": "16.0.4",
"com.unity.visualscripting": "1.8.0",
"org.nuget.microsoft.bcl.timeprovider": "8.0.1",
"org.nuget.r3": "1.1.10",
"org.nuget.r3": "1.1.11",
"org.nuget.system.componentmodel.annotations": "5.0.0",
"org.nuget.system.threading.channels": "8.0.0",
"com.unity.modules.accessibility": "1.0.0",
Expand Down Expand Up @@ -57,6 +57,14 @@
"scopes": [
"org.nuget"
]
},
{
"name": "OpenUPM",
"url": "https://package.openupm.com",
"scopes": [
"com.cysharp",
"com.neuecc"
]
}
]
}
26 changes: 13 additions & 13 deletions src/LitMotion/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"dependencies": {
"com.cysharp.r3": {
"version": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity",
"version": "1.1.11",
"depth": 0,
"source": "git",
"source": "registry",
"dependencies": {
"com.unity.modules.imgui": "1.0.0"
},
"hash": "f0d7a6ee7f8a31dfeef3e25f120d4e2e55ecbdbe"
"url": "https://package.openupm.com"
},
"com.cysharp.unitask": {
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"version": "2.5.4",
"depth": 0,
"source": "git",
"source": "registry",
"dependencies": {},
"hash": "5cc97c7f0085624b6ef57853d70b404440060cef"
"url": "https://package.openupm.com"
},
"com.cysharp.zstring": {
"version": "https://github.com/Cysharp/ZString.git?path=src/ZString.Unity/Assets/Scripts/ZString",
"version": "2.6.0",
"depth": 0,
"source": "git",
"source": "registry",
"dependencies": {},
"hash": "05a181d7aa516e5fd8b6b877b8bc0891c190a4ae"
"url": "https://package.openupm.com"
},
"com.neuecc.unirx": {
"version": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
"version": "7.1.0",
"depth": 0,
"source": "git",
"source": "registry",
"dependencies": {},
"hash": "284d5c50d3f1ddd9fa7df3d382ea904732a9c2ff"
"url": "https://package.openupm.com"
},
"com.unity.burst": {
"version": "1.8.11",
Expand Down Expand Up @@ -285,7 +285,7 @@
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.r3": {
"version": "1.1.10",
"version": "1.1.11",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
11 changes: 10 additions & 1 deletion src/LitMotion/ProjectSettings/PackageManagerSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ MonoBehaviour:
m_IsDefault: 0
m_Capabilities: 0
m_ConfigSource: 4
m_UserSelectedRegistryName: Unity NuGet
- m_Id: scoped:project:OpenUPM
m_Name: OpenUPM
m_Url: https://package.openupm.com
m_Scopes:
- com.cysharp
- com.neuecc
m_IsDefault: 0
m_Capabilities: 0
m_ConfigSource: 4
m_UserSelectedRegistryName: OpenUPM
m_UserAddingNewScopedRegistry: 0
m_RegistryInfoDraft:
m_Modified: 0
Expand Down