From 80a44729a782e9ecc2313c5a7fe867b5aabe28ad Mon Sep 17 00:00:00 2001 From: Varneon Date: Sat, 29 Oct 2022 08:22:38 -0700 Subject: [PATCH] Update Logger release status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc82630..1be5ae1 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ UdonSharp prefab ecosystem for VRChat worlds | [Visibility Sensors](https://github.com/Varneon/VUdon-VisibilitySensors) | *Various sensors for detecting a renderer's visibility state and relaying it to e.g. GameObject's active state, UdonBehaviour variables, etc.* | :unlock: | | [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: | | [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: | -| [Logger](https://github.com/Varneon/VUdon-Logger) | *Runtime logger for UdonSharp, includes console window prefab for viewing the logs in world* | :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: |