An open API service indexing awesome lists of open source software.

https://github.com/kittodevv/vrchat-world-prefabs

This is my public free VRChat World Prefabs that anyone is allowed to use in their own worlds.
https://github.com/kittodevv/vrchat-world-prefabs

udon udonsharp vrchat vrchat-sdk3 vrchat-udon vrchat-worlds

Last synced: 9 months ago
JSON representation

This is my public free VRChat World Prefabs that anyone is allowed to use in their own worlds.

Awesome Lists containing this project

README

          

# Kitto Dev's Public VRChat World Prefabs
This is my public, open-source library of VRChat World-related prefabs and code, available for anyone to use in their worlds. You do not need to give credits if you must in your Worlds, but it's always appreciated if you do!

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.

Includes modified code from the original **DateTime_UI** script by [Jetdog8808](https://github.com/jetdog8808/Jetdogs-Prefabs-Udon), licensed under the MIT License.

---
## Prefabs in this project:
- Simple Persistent Toggle (Udon Graph) | A simple prefab/example of using Persistent Saving.
- Remote Avatar List (#C) | A prefab that lets you manage your World's Avatar library without having to update your world to add more!
- Announcement System (#C) | A world announcement system that sends an instance-wide message to all users.

## Scripts in this project:
- FPS Display (#C) | Displays your FPS count.
- Time Since Display (#C) | Time since any specific time set. Also doubles as a countdown clock.
- Date & Time Display (Modified from [Jetdog8808's](https://github.com/jetdog8808/Jetdogs-Prefabs-Udon) own DateTime_UI Script) (#C) | Displays the current Date and Time.
- Player Tracking: Follow Head (#C) | These scripts follow a part of the local player's body.
- Remote Text Loader (#C) | Load a remote text URL from sites like Pastebin. Useful for news, updates, and changelogs.