From 7b79cf91b2031a2cbb63d8aaa34a175cf4c67687 Mon Sep 17 00:00:00 2001 From: Varneon Date: Sat, 15 Oct 2022 13:44:55 -0700 Subject: [PATCH] Add Vehicles - Base to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc4d956..394150d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ UdonSharp prefab ecosystem for VRChat worlds | [Noclip](https://github.com/Varneon/VUdon-Noclip) | *Noclip for worlds* | :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: | | Simple Player Settings | *Simple, but more advanced replacement for the original "VRCWorldSettings" UdonBehaviour that ships with VRCSDK* | :desktop_computer: | | Playerlist | *List that shows all players in the instance, player count, player join times, instance lifetime and master* | :desktop_computer: | | Music Player | *Music player that allows world creators to create playlists for their worlds for everyone to listen to* | :desktop_computer: |