From 833ef96f677a60197abb417651ac306820e225f0 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 1 Sep 2023 00:48:20 -0700 Subject: Add `Enable phonemes` toggle to radial menu Also: * Fully scrub AudioSource references from prefab when not using phonemes. * Disable net sync on phoneme params when not using them. When not synced, they don't count against the total memory limit. * Use config file in generate_params.py --- Scripts/generate_utils.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Scripts/generate_utils.py') diff --git a/Scripts/generate_utils.py b/Scripts/generate_utils.py index 395eaf7..c486201 100644 --- a/Scripts/generate_utils.py +++ b/Scripts/generate_utils.py @@ -42,6 +42,9 @@ def getToggleParam(): def getScaleParam(): return "TaSTT_Scale" +def getEnablePhonemeParam(): + return "TaSTT_Enable_Phoneme" + # When this is set to true, the board clears. def getClearBoardParam(): return "TaSTT_Clear_Board" -- cgit v1.2.3