From 56e9d0efb3d1b688ca0199d0989ecc81302e7b28 Mon Sep 17 00:00:00 2001 From: Varneon Date: Mon, 31 Oct 2022 05:41:58 -0700 Subject: [PATCH] Add Common package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1be5ae1..42664aa 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ UdonSharp prefab ecosystem for VRChat worlds | [Depth Buffer Toolkit](https://github.com/Varneon/VUdon-DepthBufferToolkit) | *A toolkit for configuring the depth buffer in VRChat worlds with Udon* | :unlock: | | [Noclip](https://github.com/Varneon/VUdon-Noclip) | *Noclip for worlds* | :unlock: | | [Logger](https://github.com/Varneon/VUdon-Logger) | *Runtime logger for UdonSharp, includes console window prefab for viewing the logs in world* | :unlock: | +| [Common](https://github.com/Varneon/VUdon-Common) | *Common resources for the VUdon ecosystem* | :unlock: | | [Vehicle Controls](https://github.com/Varneon/VUdon-VehicleControls) | *A collection of experimental physically interactable controls for vehicles* | :desktop_computer: | | [Player Tracker](https://github.com/Varneon/VUdon-PlayerTracker) | *Centralized tracker for providing tracked transforms on the local player's TrackingData or bones* | :desktop_computer: | | [Vehicles-Base](https://github.com/Varneon/VUdon-Vehicles-Base) | *Common vehicle assets, prefabs and editor scripts for VUdon - Vehicles (Lite & Standard)* | :desktop_computer: |