Skip to content

Commit 75a9cdb

Browse files
committed
Registry: drop core sub-packages (core is the cloned Unity project); add-ons only
1 parent e800792 commit 75a9cdb

3 files changed

Lines changed: 3 additions & 167 deletions

File tree

packages/catalog.json

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,76 +2,6 @@
22
"name": "Basis Package Registry",
33
"url": "",
44
"packages": {
5-
"com.basis.framework": {
6-
"versions": {
7-
"0.0.1": {
8-
"name": "com.basis.framework",
9-
"displayName": "Basis Framework",
10-
"version": "0.0.1",
11-
"description": "Core BasisVR networked social framework \u2014 avatars, networking, and the runtime that everything else builds on.",
12-
"unity": "6000.0",
13-
"dependencies": {
14-
"com.basis.networking": "^0.1.0"
15-
},
16-
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.framework",
17-
"author": {
18-
"name": "BasisVR",
19-
"url": "https://basisvr.org"
20-
}
21-
}
22-
}
23-
},
24-
"com.basis.networking": {
25-
"versions": {
26-
"0.1.0": {
27-
"name": "com.basis.networking",
28-
"displayName": "Basis Networking",
29-
"version": "0.1.0",
30-
"description": "LiteNetLib-based networking layer for BasisVR \u2014 transport, sync codecs, and the reduction pipeline.",
31-
"unity": "6000.0",
32-
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.networking",
33-
"author": {
34-
"name": "BasisVR",
35-
"url": "https://basisvr.org"
36-
}
37-
}
38-
}
39-
},
40-
"com.basis.sdk": {
41-
"versions": {
42-
"0.0.1": {
43-
"name": "com.basis.sdk",
44-
"displayName": "Basis SDK",
45-
"version": "0.0.1",
46-
"description": "Authoring SDK for creating BasisVR avatars and worlds, including the editor tooling and build pipeline.",
47-
"unity": "6000.0",
48-
"dependencies": {
49-
"com.basis.framework": "^0.1.0"
50-
},
51-
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.sdk",
52-
"author": {
53-
"name": "BasisVR",
54-
"url": "https://basisvr.org"
55-
}
56-
}
57-
}
58-
},
59-
"com.basis.mediapipe": {
60-
"versions": {
61-
"0.0.1": {
62-
"name": "com.basis.mediapipe",
63-
"displayName": "Basis MediaPipe",
64-
"version": "0.0.1",
65-
"description": "Webcam face and hand tracking for desktop avatars via Google MediaPipe.",
66-
"unity": "6000.0",
67-
"url": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.mediapipe",
68-
"author": {
69-
"name": "BasisVR",
70-
"url": "https://basisvr.org"
71-
}
72-
}
73-
}
74-
},
755
"com.basis.pooltable": {
766
"versions": {
777
"0.0.1": {

packages/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ <h1 class="mt-3 text-4xl font-extrabold sm:text-5xl">
8383
<span class="bg-gradient-to-r from-brand to-purple-600 bg-clip-text text-transparent">Find packages for Basis</span>
8484
</h1>
8585
<p class="mt-4 text-base text-gray-600 dark:text-gray-300">
86-
Community and curated packages that work with BasisVR — hosted on GitHub or GitLab, installed straight from the
87-
<a href="https://github.com/BasisVR/BasisPackageManager" target="_blank" class="text-brand hover:underline">Basis Package Manager</a>.
86+
Community and curated add-ons for Basis. Clone the Basis project with the
87+
<a href="https://github.com/BasisVR/BasisPackageManager" target="_blank" class="text-brand hover:underline">Basis Package Manager</a>,
88+
then install these — hosted on GitHub or GitLab.
8889
</p>
8990
<div class="mt-6 flex items-center gap-3 rounded-2xl border border-gray-200 bg-white/70 px-4 shadow-sm backdrop-blur focus-within:ring-2 focus-within:ring-brand dark:border-white/10 dark:bg-white/5">
9091
<svg class="h-5 w-5 shrink-0 text-gray-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="7"/><path d="m21 21-4.3-4.3"/></svg>

packages/packages.json

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,4 @@
11
[
2-
{
3-
"id": "com.basis.framework",
4-
"name": "Basis Framework",
5-
"description": "Core BasisVR networked social framework \u2014 avatars, networking, and the runtime that everything else builds on.",
6-
"author": "BasisVR",
7-
"authorUrl": "https://basisvr.org",
8-
"category": "Framework",
9-
"tags": [
10-
"core",
11-
"networking",
12-
"avatars"
13-
],
14-
"source": "curated",
15-
"gitUrl": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.framework",
16-
"repoUrl": "https://github.com/BasisVR/Basis",
17-
"unity": "6000.0",
18-
"version": "0.0.1",
19-
"stars": 454,
20-
"forks": 143,
21-
"icon": "\uD83E\uDDE9",
22-
"updated": "2026-07-03",
23-
"dependencies": {
24-
"com.basis.networking": "^0.1.0"
25-
}
26-
},
27-
{
28-
"id": "com.basis.networking",
29-
"name": "Basis Networking",
30-
"description": "LiteNetLib-based networking layer for BasisVR \u2014 transport, sync codecs, and the reduction pipeline.",
31-
"author": "BasisVR",
32-
"authorUrl": "https://basisvr.org",
33-
"category": "Networking",
34-
"tags": [
35-
"networking",
36-
"litenetlib",
37-
"sync"
38-
],
39-
"source": "curated",
40-
"gitUrl": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.networking",
41-
"repoUrl": "https://github.com/BasisVR/Basis",
42-
"unity": "6000.0",
43-
"version": "0.1.0",
44-
"stars": 454,
45-
"forks": 143,
46-
"icon": "\uD83C\uDF10",
47-
"updated": "2026-07-03"
48-
},
49-
{
50-
"id": "com.basis.sdk",
51-
"name": "Basis SDK",
52-
"description": "Authoring SDK for creating BasisVR avatars and worlds, including the editor tooling and build pipeline.",
53-
"author": "BasisVR",
54-
"authorUrl": "https://basisvr.org",
55-
"category": "SDK",
56-
"tags": [
57-
"sdk",
58-
"editor",
59-
"authoring"
60-
],
61-
"source": "curated",
62-
"gitUrl": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.sdk",
63-
"repoUrl": "https://github.com/BasisVR/Basis",
64-
"unity": "6000.0",
65-
"version": "0.0.1",
66-
"stars": 454,
67-
"forks": 143,
68-
"icon": "\uD83D\uDEE0\uFE0F",
69-
"updated": "2026-07-03",
70-
"dependencies": {
71-
"com.basis.framework": "^0.1.0"
72-
}
73-
},
74-
{
75-
"id": "com.basis.mediapipe",
76-
"name": "Basis MediaPipe",
77-
"description": "Webcam face and hand tracking for desktop avatars via Google MediaPipe.",
78-
"author": "BasisVR",
79-
"authorUrl": "https://basisvr.org",
80-
"category": "Tracking",
81-
"tags": [
82-
"tracking",
83-
"mediapipe",
84-
"face",
85-
"webcam"
86-
],
87-
"source": "curated",
88-
"gitUrl": "https://github.com/BasisVR/Basis.git?path=Basis/Packages/com.basis.mediapipe",
89-
"repoUrl": "https://github.com/BasisVR/Basis",
90-
"unity": "6000.0",
91-
"version": "0.0.1",
92-
"stars": 454,
93-
"forks": 143,
94-
"icon": "\uD83D\uDC41\uFE0F",
95-
"updated": "2026-07-03"
96-
},
972
{
983
"id": "com.basis.pooltable",
994
"name": "Basis Ported Pooltable",

0 commit comments

Comments
 (0)