alternative for the Unity Built-In pipeline Installation - With VRChat Creator Companion Add listinghttps://z3y.github.io/vpm-package-listing/ - With Unity Package Manager: https://github.com/z3y/shaders.git Documentation Features Bakery Features ...
AssetUsagi Bunny - VRChat Rabbit Furry Model/Avatarwas approved8 days ago AssetWetsuit and Lifeguard Outfits for Selena the Orca [VRChat Clothing]was approved8 days ago AssetSporty Outfits for Selena the Orca [VRChat Clothing]was approved8 days ago ...
A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible. - AcChosen/VR-Stage-Lighting
// A script for toggling local keywords globally because of the issues with Unity global keywords limit and VRChat public class GlobalKeywords : EditorWindow { [MenuItem("Window/z3y/Global Keywords")] private static void Init() { var window = (GlobalKeywords)GetWindow(typeof(GlobalKeywords));...
We use#if defined(USING_STEREO_MATRICES)instead of#if UNITY_SINGLE_PASS_STEREOin order to cover situations where multiview is involved, such as Quest. For VRChat specifically, we can update the methods to use some shader globals to handle mirror situations more reliably. Desktop will have left...