1
0
forked from cgvr/DeltaVR

ShapeScanner multiple configurations, configurable in editor

This commit is contained in:
2026-01-14 14:02:10 +02:00
parent 33a40c987a
commit 96839e0e82
9 changed files with 448 additions and 70 deletions

View File

@@ -12,6 +12,7 @@ public class MicrophoneStand : MonoBehaviour
private WhisperStream stream;
[SerializeField]
private string textOutput;
public GameObject microphoneOffStatus;