AcChosen / VR-Stage-Lighting

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.
MIT License
339 stars 23 forks source link

Can't seem to find out how to make my lights change direction. #5

Closed syntaxxl closed 1 year ago

syntaxxl commented 2 years ago

The cards system also doesn't work. image

The lights itself are working with audiolink just fine. Sorry if this isn't the place to post this, but I couldn't find anywhere else.

syntaxxl commented 2 years ago

Actually, the lights are only working when I'm in Desktop mode. image In VR they don't appear at all.

AcChosen commented 1 year ago

Sorry for the super late reply, but they should move by animating the pan-tilt object that is a child of the movers. The lasers you have to animate directly. But by moving the pan-tilt object, the center of the spotlights should move with them. Examples of this movement are shown in the audio link example scene. Regarding why it won't appear in VR, have you made sure that the directional light is enabled for both VR and desktop and isn't being turned off by anything?

AcChosen commented 1 year ago

Closing for now, please reopen with a response if the issue persists.