From ab1156d0e5a60bcc13b8832b419034c2f59a4cfc Mon Sep 17 00:00:00 2001 From: Varneon Date: Sun, 23 Oct 2022 07:53:55 -0700 Subject: [PATCH] Rename Console to Logger and add link to repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394150d..cc82630 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ UdonSharp prefab ecosystem for VRChat worlds | [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: | | Groups | *UdonBehaviour for establishing in-game groups which can be accessed from other UdonBehaviours* | :desktop_computer: | -| Console | *In-game console for showing custom logs in realtime while inside the world* | :desktop_computer: | | Event Dispatcher | *Dispatcher for allowing UdonSharpBehaviours to receive delegated update events* | :desktop_computer: | | Raycast Monitor | *Runtime utility for shooting fully customizable raycasts and monitoring the results* | :desktop_computer: | | Layermask Dropdown | *Custom component for modifying standard UI Dropdown's behaviour to replicate a Layermask dropdown's behaviour from Unity Editor in VRChat* | :desktop_computer: |