By SCRN
Particle positions and velocities are stored on the bottom left of the player screen with two grabpasses then fed into a ray marcher.
- Mirrors (Kinda Fixed?)
- Portals (Fixed?)
- Other grabpasses
- Look in the Prefabs folder
- Put GrabPass Marcher.prefab in root of avatar.
- Put GrabPass Spawner.prefab on where you want the particles to come out from. (Make sure the body part doesn't occlude the particle spawn point in game, i.e. move it far enough away)
- Particles will be spawning out of the +Z local object direction. So rotate it accordingly.
- The spawner must be minuscule. Scale the size to 0.0001 or smaller.
- Make sure the "Spawn" property in GrabPass Marcher is always set to 1. It should be by default.
- If you're not using a Inventory system, make a gesture override to enabled and disabled GrabPass Marcher and GrabPass Spawner objects.
- Make separate gesture overrides for the "Reset" and "Attract" property to set them to 1 in GrabPass Marcher.
If you don't know how to make gesture overrides look up VRC Gesture overrides on Google.
I recommend using https://github.com/Xiexe/VRCInventorySystem to keep the objects disabled and free up a gesture override for spawning.
Thanks to Merlin, error.mdl, Lyuma, Neitri, Nave, 1001 for making this possible.
Contact me on Discord if you have any questions or suggestions: SCRN#8008