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.
- Host: GitHub
- URL: https://github.com/kittodevv/vrchat-world-prefabs
- Owner: KittoDevv
- License: mit
- Created: 2025-07-11T20:14:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T20:09:55.000Z (9 months ago)
- Last Synced: 2025-09-05T21:25:09.789Z (9 months ago)
- Topics: udon, udonsharp, vrchat, vrchat-sdk3, vrchat-udon, vrchat-worlds
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.