Skip to content

Commit bd092f6

Browse files
committed
seed: register cilbox + urpvolumetricfog
1 parent 8cff808 commit bd092f6

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

src/BasisPM.Server/seed/packages.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,39 @@
272272
"license": "BSD-3-Clause",
273273
"version": "1.2.4",
274274
"icon": "🖥️"
275+
},
276+
{
277+
"id": "com.cnlohr.cilbox",
278+
"name": "Cilbox",
279+
"description": "Sandbox C# CIL code with an interpreter, by cnlohr. Vendored for Basis (used by the shim/sandbox layer).",
280+
"author": "cnlohr",
281+
"authorUrl": "https://github.com/cnlohr",
282+
"category": "Dependencies",
283+
"tags": [ "sandbox", "cil", "interpreter", "dependency" ],
284+
"source": "curated",
285+
"gitUrl": "https://github.com/BasisVR/BasisCilbox.git",
286+
"repoUrl": "https://github.com/BasisVR/BasisCilbox",
287+
"unity": "6000.0",
288+
"basisVersion": "main",
289+
"license": "MIT",
290+
"version": "0.1.0",
291+
"icon": "📦"
292+
},
293+
{
294+
"id": "com.cqf.urpvolumetricfog",
295+
"name": "URP Volumetric Fog",
296+
"description": "Volumetric fog integrated into URP's volume system (additional lights, shadows, cookies; render graph on Unity 6). By Cristian Qiu Félez. A dependency of the Basis framework.",
297+
"author": "Cristian Qiu Félez",
298+
"authorUrl": "http://cristianqiu.github.io/web",
299+
"category": "Rendering",
300+
"tags": [ "rendering", "fog", "urp", "dependency" ],
301+
"source": "curated",
302+
"gitUrl": "https://github.com/BasisVR/BasisVolumetricFog.git",
303+
"repoUrl": "https://github.com/BasisVR/BasisVolumetricFog",
304+
"unity": "6000.0",
305+
"basisVersion": "main",
306+
"license": "MIT",
307+
"version": "0.5.6",
308+
"icon": "🌫️"
275309
}
276310
]

0 commit comments

Comments
 (0)