Original Discord Post by larcade_dragneelx | 2024-10-30 14:46:43
I would to know if is possible to use a collision box to talk with the character without pressing any keys on keyboard. The idea is to stay close to the character to start a communication with him.
Thanks
Embedded Content: Simple Talking Cube | Documentation
A minimal from scratch example to get you familiar with the plugin main components.
Link: Simple Talking Cube | Documentation
i did it, now I have to implement a way to stop listening to the microphone as at the moment I have tried to trigger stop talking when I go out of the collision zone and it is not pleasantš¤£
Reply by k3kalinix | 2024-10-31 20:47:10
It is up to you
Reply by larcade_dragneelx | 2024-11-02 17:18:53
Hi!, i realized it but i have several questions:
in general, to speak i have to move my character out of the range of the collision sphere (and this way is not a good way to achieve a good interaction without push to talk);
is i say āfollow meā and the character starts to follow me, all becomes difficult to talk because the stop talking is triggered when i am out the the range of the collision sphere, so this point brings us back to the 1) point.
Can you give me a solution to these problems?