Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastationvrchat/disbridge-playerlist
A playerlist plug-in for DisBridge.
https://github.com/lastationvrchat/disbridge-playerlist
Last synced: about 2 months ago
JSON representation
A playerlist plug-in for DisBridge.
- Host: GitHub
- URL: https://github.com/lastationvrchat/disbridge-playerlist
- Owner: LastationVRChat
- License: mit
- Created: 2023-08-13T15:23:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T22:27:04.000Z (about 1 year ago)
- Last Synced: 2023-12-19T00:38:02.980Z (about 1 year ago)
- Language: C#
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
Edit of Varneon's Playerlist prefab to integrate with DisBridge.
Thank you to Varneon for the original prefab.# Links:
- Lastation's Discord: https://discord.gg/lastation
- UdonVR's Discord: https://discord.gg/gRXzqA6Gh4
- DisBridge: https://wiki.disbridge.com## Features:
- Basic UI canvas for easy customization.
- Template object for easily editing the player data UI.
- Icon to display if a player is in VR or not.
- Instance lifetime counter.
- Local player time counter.
- Total player count.
- Lists each player's name, ID, Time-joined, VR or Desktop, and DisBridge group icon and color## Added features:
- Loading of groups from DisBridge.
- Loading of a player's group color from DisBridge.
- Loading of a player's group icon from DisBridge.
- Checking for Quest soon!## Installation
- Ensure you have DisBridge installed and configured.
- Drag and drop the "DisBridge Playerlist" prefab into your scene.
- Connect the DisBridge Plugin Manager to the prefab.# Credits:
- Varneon: for the original prefab.
- childofthebeast: for assisting with DisBridge integration.
- Lastation: for the prefab edit and code cleanup.