1
0
forked from cgvr/DeltaVR

add sound effects to button, mic stand, model generation, shape scanner

This commit is contained in:
2026-01-25 15:10:42 +02:00
parent 75bd66fc36
commit ec45c402af
8 changed files with 32 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ public class NPCController : MonoBehaviour
public float mouthScalingMultiplier = 2.5f;
public float mouthMovementDuration = 0.25f;
public string voicelineKey;
// Start is called before the first frame update
void Awake()
{
@@ -22,6 +24,11 @@ public class NPCController : MonoBehaviour
isTalking = false;
}
void Start()
{
}
// Update is called once per frame
void Update()
{