Skip to content

Commit

Permalink
ahhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
duyca committed Feb 5, 2024
1 parent 48f7f04 commit 7793ac3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Assets/UnityScreenNavigator/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "com.felixngd.unityuimanager",
"displayName": "Unity UI Manager",
"version": "1.2.28",
"version": "1.2.29",
"unity": "2020.3",
"license": "MIT",
"dependencies": {
"com.cysharp.unitask": "2.2.5"
"com.cysharp.unitask": "2.2.5",
"com.zbase.collections.pooled": "2.8.1",
"com.zbase.foundation.pooling": "2.3.9"
},
"author": {
"name": "Nguyen Danh Dat",
Expand Down
10 changes: 10 additions & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"com.unity.timeline": "1.6.5",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.6",
"com.unity.ugui": "1.0.0",
"com.zbase.collections.pooled": "https://github.com/WolffunGame/System.Collections.Pooled.git#2.8.1",
"com.zbase.foundation.pooling": "https://github.com/WolffunGame/Unity.Pooling.git?path=Packages/ZBase.Foundation.Pooling/#Update-Pool",
"org.nuget.system.runtime.compilerservices.unsafe": "6.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down Expand Up @@ -51,6 +54,13 @@
"com.unity.modules.xr": "1.0.0"
},
"scopedRegistries": [
{
"name": "Unity NuGet",
"url": "https://unitynuget-registry.azurewebsites.net",
"scopes": [
"org.nuget"
]
},
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
Expand Down
28 changes: 26 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"url": "https://package.openupm.com"
},
"com.cysharp.unitask": {
"version": "2.3.1",
"depth": 0,
"version": "2.3.3",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
Expand Down Expand Up @@ -190,6 +190,30 @@
"com.unity.modules.imgui": "1.0.0"
}
},
"com.zbase.collections.pooled": {
"version": "https://github.com/WolffunGame/System.Collections.Pooled.git#2.8.1",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "de6060023df653ce3ab3fbf7f7a42ce2e1216c11"
},
"com.zbase.foundation.pooling": {
"version": "https://github.com/WolffunGame/Unity.Pooling.git?path=Packages/ZBase.Foundation.Pooling/#Update-Pool",
"depth": 0,
"source": "git",
"dependencies": {
"com.cysharp.unitask": "2.3.3",
"com.zbase.collections.pooled": "2.8.1"
},
"hash": "6b20e617b3855f51fe0136aadf66c3f5f9b2da52"
},
"org.nuget.system.runtime.compilerservices.unsafe": {
"version": "6.0.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,
Expand Down

0 comments on commit 7793ac3

Please sign in to comment.