Skip to content

Commit

Permalink
Add nativetrees package
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Oct 9, 2024
1 parent 57160ca commit b283b63
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"com.bartofzo.nativetrees": "https://github.com/icosa-mirror/NativeTrees.git#upm",
"com.newtonsoft.json": "1.0.1",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
Expand Down
55 changes: 50 additions & 5 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,43 @@
{
"dependencies": {
"com.bartofzo.nativetrees": {
"version": "https://github.com/icosa-mirror/NativeTrees.git#upm",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.burst": "1.6.6",
"com.unity.collections": "1.4.0"
},
"hash": "cf96de68a69065496a03b5ea295bbeb7c34ebcd6"
},
"com.newtonsoft.json": {
"version": "1.0.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.unity.burst": {
"version": "1.8.17",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "1.4.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.6.6",
"com.unity.test-framework": "1.1.31",
"com.unity.nuget.mono-cecil": "1.11.4"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
Expand Down Expand Up @@ -48,6 +79,20 @@
},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.6",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.4",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 1,
Expand All @@ -73,9 +118,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -113,9 +158,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.subsystems": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.modules.subsystems": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7"
},
"url": "https://packages.unity.com"
Expand All @@ -125,10 +170,10 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.management": "4.4.0",
"com.unity.xr.legacyinputhelpers": "2.1.2",
"com.unity.inputsystem": "1.6.3",
"com.unity.xr.core-utils": "2.1.1"
"com.unity.xr.core-utils": "2.1.1",
"com.unity.xr.management": "4.4.0",
"com.unity.xr.legacyinputhelpers": "2.1.2"
},
"url": "https://packages.unity.com"
},
Expand Down

0 comments on commit b283b63

Please sign in to comment.