s-ilent / VRWorldToolkit

Unity Editor extension for making VRChat worlds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRWorld Toolkit is an Unity Editor extension made to make VRChat world creation easier and overall lower the entry-level to make a good performing world. Currently the tool is aimed only for people making VRChat worlds but I'm considering making so it can be used even for standalone game development.

To report problems you can either contact me on discord at 1.#0001 or create a new issue, feel free to also join my discord server!

Current features

  1. World Debugger

Goes over trough your scene and checks for common issues and makes suggestions what to improve. Includes over 70 different tips, warnings, errors and general messages currently!

  1. Disable On Build

Adds a Tag you can assign to GameObjects you want to disable when the world is uploaded. Biggest use case is using this for trigger based occlusion.

  1. Post Processing setup

Automatically import and setup a simple starter Post Processing setup for you to edit further

  1. Custom Editors

Adding 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.

  1. Useful Links

Quick access to download latest SDK versions and other useful links that are often needed when working on worlds.

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!

Thanks to

  • Pumkin - For helping me a lot to get started and creating the original Disable On Upload feature that got me started on this project
  • Silent - For making my texts more clear and for help on Post Processing features

About

Unity Editor extension for making VRChat worlds

License:MIT License


Languages

Language:C# 100.0%