diff --git a/Assets/_PROJECT/Components/Bow/Scripts/Arrow.cs b/Assets/_PROJECT/Components/Bow/Scripts/Arrow.cs index 6b789ad7..95b29be5 100644 --- a/Assets/_PROJECT/Components/Bow/Scripts/Arrow.cs +++ b/Assets/_PROJECT/Components/Bow/Scripts/Arrow.cs @@ -1,7 +1,4 @@ -using System.Collections; -using _PROJECT.Multiplayer.NewBow; -using _PROJECT.Scripts.Bow; -using FishNet.Object; +using _PROJECT.Multiplayer.NewBow; using UnityEngine; using UnityEngine.XR.Interaction.Toolkit; diff --git a/Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationTestBox.prefab b/Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationBox.prefab similarity index 99% rename from Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationTestBox.prefab rename to Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationBox.prefab index 010568ff..85c46f6b 100644 --- a/Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationTestBox.prefab +++ b/Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationBox.prefab @@ -15,7 +15,7 @@ GameObject: - component: {fileID: 104473305465913916} - component: {fileID: 998178908997684460} m_Layer: 0 - m_Name: ModelGenerationTestBox + m_Name: ModelGenerationBox m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 diff --git a/Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationTestBox.prefab.meta b/Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationBox.prefab.meta similarity index 100% rename from Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationTestBox.prefab.meta rename to Assets/_PROJECT/Prefabs/ModelGeneration/ModelGenerationBox.prefab.meta diff --git a/Assets/_PROJECT/Scenes/DeltaBuilding_base.unity b/Assets/_PROJECT/Scenes/DeltaBuilding_base.unity index 9b99aa88..c996e9ac 100644 --- a/Assets/_PROJECT/Scenes/DeltaBuilding_base.unity +++ b/Assets/_PROJECT/Scenes/DeltaBuilding_base.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abe2c28445488245c06907c3290d509c0ee6171845911c5bb70aef972f6d92c4 -size 63232605 +oid sha256:b31b7c44903119518146313af1009103ea63a0b1be13ec92449dca34f9adbab0 +size 63185281 diff --git a/Assets/_PROJECT/Scripts/ModeGeneration/VoiceTranscriptionBox.cs b/Assets/_PROJECT/Scripts/ModeGeneration/VoiceTranscriptionBox.cs index 06f7f6c5..24d3ffe8 100644 --- a/Assets/_PROJECT/Scripts/ModeGeneration/VoiceTranscriptionBox.cs +++ b/Assets/_PROJECT/Scripts/ModeGeneration/VoiceTranscriptionBox.cs @@ -35,7 +35,6 @@ public class VoiceTranscriptionBox : MonoBehaviour isLoading = false; whisper.OnNewSegment += OnNewSegment; - whisper.OnProgress += OnProgressHandler; microphoneRecord.OnRecordStop += OnRecordStop; } @@ -105,11 +104,6 @@ public class VoiceTranscriptionBox : MonoBehaviour isLoading = false; } - private void OnProgressHandler(int progress) - { - UnityEngine.Debug.Log($"Progress: {progress}%"); - } - private void OnNewSegment(WhisperSegment segment) { _buffer += segment.Text; diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 896d8bb2..15b0ebf5 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58745c9321381389f20738b32b3dc4544842f32ad2e3992ddd439651246906a2 -size 26323 +oid sha256:9c202267a6b4c7c0ed64f3e350dceb215898723fb17bc8a98842a91662f280c2 +size 26632