vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Disabling VRSettings leads to crash #634

Closed joreg closed 1 year ago

joreg commented 1 year ago

Describe the bug The DefaultVRSettings node has an Enabled input. Disabling it, leads to a crash

Which version are you experiencing the bug with? 5.1-preview50

Is there an earlier version where this still works? 2021.4.12

To Reproduce Steps to reproduce the behavior:

  1. Open the VR help patch
  2. Disable the DefaultVRSettings node

Expected behavior Updates in the HMD should stop, but re-enabling the settings should make it run again.