Add audio and set language to IT
parent
3742a69a40
commit
75d9662c08
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
Tree("Root") {
|
Tree("Root") {
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.InitializeSpeechManager()
|
BTC.InitializeSpeechManager()
|
||||||
//BTC.SetSpeechRecognitionLanguage("it-IT")
|
BTC.SetSpeechRecognitionLanguage("it-IT")
|
||||||
|
|
||||||
BTC.Wait(5)
|
BTC.Wait(5)
|
||||||
BTC.SetBool("startdialogue", false)
|
BTC.SetBool("startdialogue", false)
|
||||||
|
@ -11,14 +11,14 @@
|
||||||
Composite(Race) {
|
Composite(Race) {
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.CompareBool("startdialogue", false)
|
BTC.CompareBool("startdialogue", false)
|
||||||
BTC.SynthesizeText("Gib mir Bescheid, sobald du bereit bist.")
|
//BTC.SynthesizeText("Gib mir Bescheid, sobald du bereit bist.")
|
||||||
// BTC.SynthesizeText("Dimmi quando possiamo cominciare.")
|
BTC.SynthesizeText("Dimmi quando possiamo cominciare.")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
BTC.StartSpeechIntentRecognition()
|
BTC.StartSpeechIntentRecognition()
|
||||||
|
|
||||||
Composite(Race) {
|
Composite(Race) {
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.Wait(10)
|
BTC.Wait(15)
|
||||||
BTC.CompareUserSpeechInputStarted(false)
|
BTC.CompareUserSpeechInputStarted(false)
|
||||||
BTC.AbortSpeechEventListener()
|
BTC.AbortSpeechEventListener()
|
||||||
BTC.StopSpeechIntentRecognition()
|
BTC.StopSpeechIntentRecognition()
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.CompareBool("startdialogue")
|
BTC.CompareBool("startdialogue")
|
||||||
BTC.ClearPossbileSpeechIntents()
|
BTC.ClearPossbileSpeechIntents()
|
||||||
BTC.SynthesizeText("Wir beide werden jetzt ein feines Risotto nach dem Rezept meiner Nonna kochen. Kochst du denn gerne?")
|
//BTC.SynthesizeText("Wir beide werden jetzt ein feines Risotto nach dem Rezept meiner Nonna kochen. Kochst du denn gerne?")
|
||||||
//BTC.SynthesizeText("Noi due adesso facciamo un buon risotto basato sulla ricetta di mia nonna. Ti piace cucinare?")
|
BTC.SynthesizeText("Noi due adesso facciamo un buon risotto basato sulla ricetta di mia nonna. Ti piace cucinare?")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
|
|
||||||
// Frage beantworten
|
// Frage beantworten
|
||||||
|
@ -77,9 +77,9 @@
|
||||||
|
|
||||||
// Fallback Button
|
// Fallback Button
|
||||||
Composite(Marathon) {
|
Composite(Marathon) {
|
||||||
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Ja")
|
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Sì")
|
||||||
BTC.Show("GO.HANDMENU.Option1Button")
|
BTC.Show("GO.HANDMENU.Option1Button")
|
||||||
BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "Nein")
|
BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "No")
|
||||||
BTC.Show("GO.HANDMENU.Option2Button")
|
BTC.Show("GO.HANDMENU.Option2Button")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,9 +115,9 @@
|
||||||
|
|
||||||
// Fallback Button
|
// Fallback Button
|
||||||
Composite(Marathon) {
|
Composite(Marathon) {
|
||||||
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Ja")
|
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Sì")
|
||||||
BTC.Show("GO.HANDMENU.Option1Button")
|
BTC.Show("GO.HANDMENU.Option1Button")
|
||||||
BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "Nein")
|
BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "No")
|
||||||
BTC.Show("GO.HANDMENU.Option2Button")
|
BTC.Show("GO.HANDMENU.Option2Button")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -152,8 +152,8 @@
|
||||||
Tree("32_Grotto_Kueche_Interesse_Kochen") {
|
Tree("32_Grotto_Kueche_Interesse_Kochen") {
|
||||||
// --- Kueche - Interesse Kochen ---
|
// --- Kueche - Interesse Kochen ---
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.SynthesizeText("Was kochst du denn manchmal so?")
|
//BTC.SynthesizeText("Was kochst du denn manchmal so?")
|
||||||
//BTC.SynthesizeText("Cosa ti piace cucinare?")
|
BTC.SynthesizeText("Cosa ti piace cucinare?")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
|
|
||||||
// Frage beantworten
|
// Frage beantworten
|
||||||
|
@ -196,8 +196,8 @@ Tree("32_Grotto_Kueche_Interesse_Kochen") {
|
||||||
Tree("32_Grotto_Kueche_Kochen_Anzahl") {
|
Tree("32_Grotto_Kueche_Kochen_Anzahl") {
|
||||||
// --- Kueche - Kochen Anzahl ---
|
// --- Kueche - Kochen Anzahl ---
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.SynthesizeText("Ja, das mag ich auch gerne. Wie oft kochst du denn so?")
|
//BTC.SynthesizeText("Ja, das mag ich auch gerne. Wie oft kochst du denn so?")
|
||||||
//BTC.SynthesizeText("Sì, questo piace anche a me. Cucini spesso?")
|
BTC.SynthesizeText("Sì, questo piace anche a me. Cucini spesso?")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
|
|
||||||
// Frage beantworten
|
// Frage beantworten
|
||||||
|
@ -241,8 +241,8 @@ Tree("32_Grotto_Kueche_Kochen_Anzahl") {
|
||||||
Tree("32_Grotto_Kueche_Desinteresse_Kochen") {
|
Tree("32_Grotto_Kueche_Desinteresse_Kochen") {
|
||||||
// --- Kueche - Desinteresse Kochen ---
|
// --- Kueche - Desinteresse Kochen ---
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.SynthesizeText("Okay, aber heute kochen wir gemeinsam und das Risotto ist auch nicht allzu schwer. Was ist denn dein Lieblingsgericht?")
|
//BTC.SynthesizeText("Okay, aber heute kochen wir gemeinsam und das Risotto ist auch nicht allzu schwer. Was ist denn dein Lieblingsgericht?")
|
||||||
//BTC.SynthesizeText("Okay, ma oggi cuciniamo insieme. Fare un risotto non è complicato. Qual è il tuo piatto preferito?")
|
BTC.SynthesizeText("Okay, ma oggi cuciniamo insieme. Fare un risotto non è complicato. Qual è il tuo piatto preferito?")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
|
|
||||||
// Lieblingsgericht beantworten
|
// Lieblingsgericht beantworten
|
||||||
|
@ -278,8 +278,8 @@ Tree("32_Grotto_Kueche_Desinteresse_Kochen") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BTC.SynthesizeText("Ja, das mag ich auch gerne.")
|
//BTC.SynthesizeText("Ja, das mag ich auch gerne.")
|
||||||
//BTC.SynthesizeText("Sì, questo piace anche a me.")
|
BTC.SynthesizeText("Sì, questo piace anche a me.")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
|
|
||||||
RunTree("32_Grotto_Kueche_Interaktion")
|
RunTree("32_Grotto_Kueche_Interaktion")
|
||||||
|
@ -288,8 +288,8 @@ Tree("32_Grotto_Kueche_Desinteresse_Kochen") {
|
||||||
|
|
||||||
Tree("32_Grotto_Kueche_Interaktion") {
|
Tree("32_Grotto_Kueche_Interaktion") {
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.SynthesizeText("Gut, dann fangen wir jetzt mit dem Risotto an. Gebe bitte die Pilze in den Topf.")
|
//BTC.SynthesizeText("Gut, dann fangen wir jetzt mit dem Risotto an. Gebe bitte die Pilze in den Topf.")
|
||||||
//BTC.SynthesizeText("Bene, allora cominciamo con il risotto. Metti i funghi nella pentola.")
|
BTC.SynthesizeText("Bene, allora cominciamo con il risotto. Metti i funghi nella pentola.")
|
||||||
BTC.SpeechOutputEnded()
|
BTC.SpeechOutputEnded()
|
||||||
|
|
||||||
BTC.Enable("NamedOutline.INTERACTABLES.Teller")
|
BTC.Enable("NamedOutline.INTERACTABLES.Teller")
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2024-11-20T19:51:04.3760380Z
|
2024-11-21T20:21:37.9755870Z
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,21 @@
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
using FMODUnity;
|
||||||
|
|
||||||
|
public class OnCollideSound : MonoBehaviour
|
||||||
|
{
|
||||||
|
[SerializeField]
|
||||||
|
EventReference soundRef;
|
||||||
|
|
||||||
|
[SerializeField]
|
||||||
|
float minCollisionForce = 1.0f;
|
||||||
|
|
||||||
|
private void OnCollisionEnter(Collision collision)
|
||||||
|
{
|
||||||
|
if (collision.relativeVelocity.magnitude >= minCollisionForce)
|
||||||
|
{
|
||||||
|
RuntimeManager.PlayOneShot(soundRef, transform.position);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2da7b7bcbb7784731bdc815f98ddc707
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
|
@ -140,9 +140,6 @@ PlayerSettings:
|
||||||
bundleVersion: 0.1
|
bundleVersion: 0.1
|
||||||
preloadedAssets:
|
preloadedAssets:
|
||||||
- {fileID: 11400000, guid: be340e3c48769439d8d18a5a2bccd498, type: 2}
|
- {fileID: 11400000, guid: be340e3c48769439d8d18a5a2bccd498, type: 2}
|
||||||
- {fileID: 11400000, guid: bfa1182bd221b4ca89619141f66f1260, type: 2}
|
|
||||||
- {fileID: -8196854396901781169, guid: 1a4c68ca72a83449f938d669337cb305, type: 2}
|
|
||||||
- {fileID: -64324148185763206, guid: a9a6963505ddf7f4d886008c6dc86122, type: 2}
|
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
m_HolographicPauseOnTrackingLoss: 1
|
m_HolographicPauseOnTrackingLoss: 1
|
||||||
|
|
Loading…
Reference in New Issue