{"id":15138976,"url":"https://github.com/onevr/vrworldtoolkit","last_synced_at":"2026-04-02T13:11:25.050Z","repository":{"id":40476286,"uuid":"246433910","full_name":"oneVR/VRWorldToolkit","owner":"oneVR","description":"Unity Editor extension for making VRChat worlds","archived":false,"fork":false,"pushed_at":"2024-08-14T07:32:56.000Z","size":987,"stargazers_count":416,"open_issues_count":4,"forks_count":19,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-29T17:36:17.000Z","etag":null,"topics":["unity","vrchat"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oneVR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-10T23:57:15.000Z","updated_at":"2024-10-21T00:24:55.000Z","dependencies_parsed_at":"2024-01-06T23:56:37.183Z","dependency_job_id":"c3f76d83-42d5-465f-a526-d6b94eb57ee9","html_url":"https://github.com/oneVR/VRWorldToolkit","commit_stats":{"total_commits":554,"total_committers":11,"mean_commits":50.36363636363637,"dds":"0.21480144404332135","last_synced_commit":"b80b2dfa14bbd7b53fd0de4ffc3ce17a53b3bc0a"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneVR%2FVRWorldToolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneVR%2FVRWorldToolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneVR%2FVRWorldToolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneVR%2FVRWorldToolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oneVR","download_url":"https://codeload.github.com/oneVR/VRWorldToolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271532,"owners_count":20911587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["unity","vrchat"],"created_at":"2024-09-26T08:00:41.188Z","updated_at":"2025-10-03T19:26:48.812Z","avatar_url":"https://github.com/oneVR.png","language":"C#","readme":"# VRWorld Toolkit\n\n\u003cimg src=\"https://github.com/oneVR/VRWorldToolkit/assets/4764355/0672bef5-0aa4-42b4-b388-1a47bc1ba998\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub stars](https://img.shields.io/github/stars/oneVR/VRWorldToolkit?style=for-the-badge)](https://github.com/oneVR/VRWorldToolkit/stargazers)\n[![GitHub all releases](https://img.shields.io/github/downloads/oneVR/VRWorldToolkit/total?style=for-the-badge)](https://github.com/oneVR/VRWorldToolkit/releases)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/oneVR/VRWorldToolkit?sort=semver\u0026style=for-the-badge)](https://github.com/oneVR/VRWorldToolkit/releases/latest)\n[![Project License](https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge)](https://github.com/oneVR/VRWorldToolkit/blob/master/LICENSE)\n![GitHub repo size](https://img.shields.io/github/repo-size/oneVR/VRWorldToolkit?style=for-the-badge)\n\n\u003c/div\u003e\n\n**VRWorld Toolkit** is a Unity Editor extension with the purpose of making VRChat world creation more accessible and making it easier to create a good-performing world. The main supported use case is for VRChat world projects, but avatar projects and projects without the VRChat SDK are supported in a limited capacity.\n\nTo report problems, you can either join my [Discord server](https://discord.com/invite/FCm28DM) or create [a new issue](https://github.com/oneVR/VRWorldToolkit/issues/new/choose). Pull requests are also welcome.\n\n## Setup\n\n### Requirements\n* Unity 2022.3.x\n\n### Getting Started\n* If you are not using VRChat Creator Companion, you can import the Unity Package from the latest release from [here](https://github.com/oneVR/VRWorldToolkit/releases) into your Unity project\n* When using VRChat Creator Companion, you can find the VRWorld Toolkit from the built-in Curated repositories.\n* After importing, you will see the VRWorld Toolkit dropdown appear in the toolbar if not check [Troubleshooting](#troubleshooting)\n\n### Troubleshooting\n\u003e [!IMPORTANT]  \n\u003e First, if you are working on a VRChat project, make sure you are running the latest SDK version if not [update](https://creators.vrchat.com/sdk/updating-the-sdk/). This project is kept up to date, supporting the latest SDK versions. Support for older versions is not guaranteed.\n\nStart by opening the Unity Console either by using `Ctrl + Shift + C` or from `Window \u003e General \u003e Console`. Afterward, make sure red errors are enabled from the top right corner of the window. Finally, press `Clear` in the top left corner, which will narrow the view down to only compilation-stopping errors.\n\nIf the errors that are left mention Post Processing or Bakery when the project *does not* currently have these, see the following paragraphs.\n\nThe most common issue is when the project previously had `Post Processing` or `Bakery` but has since been removed. This will leave behind a Scripting Define Symbol that the assets automatically add, making VRWorld Toolkit think they still exist in the project.\n\nThis can be manually removed from `Edit \u003e Project Settings \u003e Player \u003e Other Settings \u003e Scripting Define Symbols`\n\n* For Bakery: `BAKERY_INCLUDED`\n* For Post Processing: `UNITY_POST_PROCESSING_STACK_V2`\n\nThese symbols' primary function is to load parts of code only when they are set in the project. However, they do not automatically get removed with the asset that added them to your project.\n\nA rare issue can also be caused by having a `Bloom.cs` script or just `Bloom` class in the global namespace in your project conflicting with Post Processing. This can usually be seen in the console by having repeated errors for Post Processing bloom not being able to be accessed from VRWorld Toolkit scripts. The easiest solution is finding and removing the offending script often found just by searching for `Bloom` in your assets.\n\n## Main features\n\n\u003cimg align=\"right\" width=\"400\" margin=\"20\" src=\"https://github.com/oneVR/VRWorldToolkit/assets/4764355/52c0c25c-c3e9-4b73-8e88-b4e10c884040\"\u003e\n\n### World Debugger\nGoes through the scene, checks for common issues, and makes suggestions on what to improve. Includes over 90 different tips, warnings, errors, and general messages!\n\nIt also allows viewing the stats of the latest builds SDK has done for an easily accessible overview of what the build consists of. It also saves the latest Windows and Android builds separately for easy comparison between the two.\n\n### Disable On Build\nAfter the setup is run from `VRWorld Toolkit \u003e Disable On Build \u003e Setup` a new tag is added `DisableOnBuild` that automatically disables all GameObjects marked with it before a build happens. The most significant use case for this is easier to manage trigger-based occlusion.\n\n### Post Processing\nOffers a one-click solution to having a working Post Processing setup with a simple example profile for further editing.\n\n### Quick Functions\n\n#### Copy World ID\nHelps you to quickly copy the current scene's world ID to the clipboard without having to fumble trying to find the Scene Descriptor.\n\n#### Mass Texture Importer\nBatch processes textures to quickly apply crunch compression and other settings to all textures in the current scene or all assets in the project.\n\n### Custom Editors\nAdds more features to the pre-existing VRChat components to make them easier to use and provide quality-of-life improvements. If not needed, they can also be easily disabled from `VRWorld Toolkit \u003e Custom Editor \u003e Disable`.\n\nIncludes additions to:\n\n* VRC Mirror Reflection\n  * Quick-set layers to commonly used setups\n  * Warnings and messages for common problems people run into with mirrors\n  * Explanations for VRChat-specific layers\n* VRC Avatar Pedestal\n  * Adds a feature to mass copy and set IDs to pedestals while having multiple selected\n  * Draws outlines of where the pedestal image will appear in-game when you select the GameObject with the pedestal component on it\n\n## Special Thanks to\n\n* [Pumkin](https://github.com/rurre/PumkinsAvatarTools) - For helping me a lot to get started and creating the original Disable On Upload feature that got me started on this project\n* [Silent](http://s-ilent.gitlab.io/index.html) - For making my texts more clear and for help with Post Processing features\n* [Metamaniac (Table)](https://twitter.com/Metamensa) - Checked through my texts and found all the stupid typos I made\n\n**Disclaimer:** This extension is still a work in progress. Even though I try to test it thoroughly, things can break. *Remember to make backups of your projects and use this at your own risk!*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonevr%2Fvrworldtoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonevr%2Fvrworldtoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonevr%2Fvrworldtoolkit/lists"}