Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Varneon authored Jun 24, 2023
1 parent 90ae06c commit 6fdadc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ UdonSharp prefab ecosystem for VRChat worlds

| **Package** | **Description** | **Status** |
| - | - | :-: |
| [Seats](https://github.com/Varneon/VUdon-Seats) | *Self-calibrating synced abstract seats with callbacks and API* | :unlock: |
| [Array&#160;Extensions](https://github.com/Varneon/VUdon-ArrayExtensions) | *Collection of array extension methods compatible with UdonSharp 1.x which adds partial feature set from List<T>* | :unlock: |
| [Visibility&#160;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&#160;Buffer&#160;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: |
| [Seats](https://github.com/Varneon/VUdon-Seats) | *Self-calibrating synced abstract seats with callbacks and API* | :unlock: |
| [Simple&#160;Player&#160;Settings](https://github.com/Varneon/VUdon-SimplePlayerSettings) | *Simple, but more advanced replacement for the original "VRCWorldSettings" UdonBehaviour that ships with VRCSDK* | :unlock: |
| [Quick&#160;Menu](https://github.com/Varneon/VUdon-QuickMenu) | *HUD quick menu prefab for VRChat worlds* | :unlock: |
| [Visibility&#160;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&#160;Buffer&#160;Toolkit](https://github.com/Varneon/VUdon-DepthBufferToolkit) | *A toolkit for configuring the depth buffer in VRChat worlds with Udon* | :unlock: |
| [Common](https://github.com/Varneon/VUdon-Common) | *Common resources for the VUdon ecosystem* | :unlock: |
| [Event&#160;Dispatcher](https://github.com/Varneon/VUdon-EventDispatcher) | *Dispatcher for allowing UdonSharpBehaviours to receive delegated update events* | :unlock: |
| [Simple&#160;Player&#160;Settings](https://github.com/Varneon/VUdon-SimplePlayerSettings) | *Simple, but more advanced replacement for the original "VRCWorldSettings" UdonBehaviour that ships with VRCSDK* | :unlock: |
| [Vehicle&#160;Controls](https://github.com/Varneon/VUdon-VehicleControls) | *A collection of experimental physically interactable controls for vehicles* | :desktop_computer: |
| [Player&#160;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: |
| [Layermask&#160;Dropdown](https://github.com/Varneon/VUdon-LayerMaskDropdown) | *Custom component for modifying standard UI Dropdown's behaviour to replicate a Layermask dropdown's behaviour from Unity Editor in VRChat* | :desktop_computer: |
| [Music&#160;Player](https://github.com/Varneon/VUdon-MusicPlayer) | *Music player that allows world creators to create playlists for their worlds for everyone to listen to* | :desktop_computer: |
| [Menus](https://github.com/Varneon/VUdon-Menus) | *Menu framework for creating abstract menus* | :unlock: |
| [Udonity](https://github.com/Varneon/VUdon-Udonity) | *Runtime Unity Editor made with Udon* | :lock: |
| Playerlist | *List that shows all players in the instance, player count, player join times, instance lifetime and master* | :desktop_computer: |
| Groups | *UdonBehaviour for establishing in-game groups which can be accessed from other UdonBehaviours* | :desktop_computer: |
| Raycast&#160;Monitor | *Runtime utility for shooting fully customizable raycasts and monitoring the results* | :desktop_computer: |
| "VTouch" | *Abstract classes for allowing scripts to invoke and detect physical touch by the player* | :desktop_computer: |
| Menus | *Menu framework for creating abstract menus* | :desktop_computer: |
| Notifications | *Notification framework for creating abstract notifications* | :desktop_computer:|
| Vehicles-Lite | *Lightweight vehicle prefab* | :lock: |
| Vehicles | *UdonVehicles SDK* | :desktop_computer: |
| Udonity | *Runtime Unity Editor made with Udon* | :desktop_computer: |
| Tween | *Tweening library for Udon* | :desktop_computer: |
| Arcade | *Arcade machines for worlds* | :bulb: |
| Economy | *In-world economy framework* | :bulb: |
Expand Down

0 comments on commit 6fdadc6

Please sign in to comment.