Describe the issue
The gap fill option (e.g. using a looping script whenever there is a gap in the current script) works fine as long as the update setting in Device Map is set to FixedUpdate.
But when the update setting is set to PolledUpdate, the looping script set in the motion setting is ignored.
Expected behavior
If there is a looping script set in the motion setting (e.g. MotionProvider= LoopingScript, Script="RandomPattern.funscript") and the current script played via Buttplug.io has a gap larger than the gap defined in the gap fill setting, the looping script should fill the gap. This currently only works if the Update Setting under Device Map is set to FixedUpdate.
Describe the issue
The gap fill option (e.g. using a looping script whenever there is a gap in the current script) works fine as long as the update setting in Device Map is set to FixedUpdate.
But when the update setting is set to PolledUpdate, the looping script set in the motion setting is ignored.
Expected behavior
If there is a looping script set in the motion setting (e.g. MotionProvider= LoopingScript, Script="RandomPattern.funscript") and the current script played via Buttplug.io has a gap larger than the gap defined in the gap fill setting, the looping script should fill the gap. This currently only works if the Update Setting under Device Map is set to FixedUpdate.